Html Css Color HEX #DACB08 Bird Flower

📋 copy color: '#DACB08'

red 218 ◦ green 203 ◦ blue 8

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

Shades of Bird Flower #DACB08

Tints of Bird Flower #DACB08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.86%

R = 50.82%
G = 47.32%
B = 1.86%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#DACB08 (or 0xDACB08) is known color: Bird Flower. HEX triplet: DA, CB and 08. RGB value is (218,203,8). Sum of RGB (Red+Green+Blue) = 218+203+8=429 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.82% from 429); Green value is 203 (79.69% from 255 or 47.32% from 429); Blue value is 8 (3.52% from 255 or 1.86% from 429); Max value from RGB is 218 - color contains mainly: red. Hex color #DACB08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DACB08 is #2534F7. Grayscale: #BABABA. Windows color (decimal): -2438392 or 576474. OLE color: 576474.

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

Color convert

RGB 218 203 8 -
CMYK 0 0.07 0.96 0.15
HSL 55.71º 0.93% 0.44% -
HSV(B) 55.71º 0.96% 0.85% -
XYZ 50.31 57.63 8.7 -
YUV 185.26 27.97 151.36 -
System Red Green Blue C M Y K H S L
Decimal 218 203 8 0 0.07 0.96 0.15 55.71 0.93 0.44
Hex DA CB 8 0 7 60 F 38 5D 2C
Octal 332 313 10 0 7 140 17 70 135 54
Binary 11011010 11001011 1000 0 111 1100000 1111 111000 1011101 101100

Color Harmonies of #DACB08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACB08

Black with #DACB08

Text Example


Text Example

White with #DACB08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACB08; }

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

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

background-color css

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

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

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

border-color css

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

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

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