Html Css Color HEX #DACB19 Barberry

📋 copy color: '#DACB19'

red 218 ◦ green 203 ◦ blue 25

#DACB19
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Barberry #DACB19

Tints of Barberry #DACB19

RGB

 RED value IS 218 (85.55% from 255) = 48.88%

 GREEN value IS 203 (79.69% from 255) = 45.52%

 BLUE value IS 25 (10.16% from 255) = 5.61%

R = 48.88%
G = 45.52%
B = 5.61%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DACB19 (or 0xDACB19) is known color: Barberry. HEX triplet: DA, CB and 19. RGB value is (218,203,25). Sum of RGB (Red+Green+Blue) = 218+203+25=446 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.88% from 446); Green value is 203 (79.69% from 255 or 45.52% from 446); Blue value is 25 (10.16% from 255 or 5.61% from 446); Max value from RGB is 218 - color contains mainly: red. Hex color #DACB19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DACB19 is #2534E6. Grayscale: #BBBBBB. Windows color (decimal): -2438375 or 1690586. OLE color: 1690586.

HSL color Cylindrical-coordinate representation of color #DACB19: hue angle of 55.34º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DACB19 is Cyan = 0, Magento = 0.07, Yellow = 0.89 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 203 25 -
CMYK 0 0.07 0.89 0.15
HSL 55.34º 0.79% 0.48% -
HSV(B) 55.34º 0.89% 0.85% -
XYZ 50.44 57.69 9.4 -
YUV 187.19 36.47 149.97 -
System Red Green Blue C M Y K H S L
Decimal 218 203 25 0 0.07 0.89 0.15 55.34 0.79 0.48
Hex DA CB 19 0 7 59 F 37 4F 30
Octal 332 313 31 0 7 131 17 67 117 60
Binary 11011010 11001011 11001 0 111 1011001 1111 110111 1001111 110000

Color Harmonies of #DACB19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACB19

Black with #DACB19

Text Example


Text Example

White with #DACB19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACB19; }

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

 H1.HeaderClassName
 {
   color: #DACB19;
 }
 .AnyTagClassName
 {
   color: #DACB19;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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