#dadb19

Color #DADB19 Barberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Barberry #DADB19

Tints of Barberry #DADB19

Color information

#DADB19 (or 0xDADB19) is unknown color: approx Barberry. HEX triplet: DA, DB and 19. RGB value is (218,219,25). Sum of RGB (Red+Green+Blue) = 218+219+25=462 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.19% from 462); Green value is 219 (85.94% from 255 or 47.40% from 462); Blue value is 25 (10.16% from 255 or 5.41% from 462); Max value from RGB is 219 - color contains mainly: green. Hex color #DADB19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DADB19 is #2524E6. Grayscale: #C5C5C5. Windows color (decimal): -2434279 or 1694682. OLE color: 1694682.

HSL color Cylindrical-coordinate representation of color #DADB19: hue angle of 60.31º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DADB19 is Cyan = 0.00, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.14.

Color convert

RGB21821925-
CMYK0.0000.890.14
HSL60.31º79.51%47.84%-
HSV(B)60.31º88.58%85.88%-
XYZ54.4265.6410.72-
YUV196.5831.17143.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 218 (85.55% from 255) = 47.19%
GREEN value IS 219 (85.94% from 255) = 47.40%
BLUE value IS 25 (10.16% from 255) = 5.41%
R=47.19%
G=47.40%
B=5.41%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal218219250.0000.890.1460.3179.5147.84
HexDADB190059E3c5030
Octal3323333100131167412060
Binary11011010110110111100100101100111101111001010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dadb19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dadb19; }

 p { color: rgb(218,219,25); }

 H1.HeaderClassName
 {
   color: #dadb19;
 }
 .AnyTagClassName
 {
   color: #dadb19;
 }
</style>
background-color css

<style>
 a { background-color: #dadb19; }

 a { background-color: rgb(218,219,25); }

 div.DivClassName
 {
   background-color: #dadb19;
 }
 .BgClassName
 {
   background-color: #dadb19;
 }
</style>
border-color css

<style>
 span { border-color: #dadb19; }

 span { border-color: rgb(218,219,25); }

 td.TdClassName
 {
   border-color: #dadb19;
 }
 .TagClassName
 {
   border-color: #dadb19;
 }
</style>