Html Css Color HEX #DACC08 Bird Flower

📋 copy color: '#DACC08'

red 218 ◦ green 204 ◦ blue 8

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

Shades of Bird Flower #DACC08

Tints of Bird Flower #DACC08

RGB

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

 GREEN value IS 204 (80.08% from 255) = 47.44%

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

R = 50.7%
G = 47.44%
B = 1.86%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#DACC08 (or 0xDACC08) is known color: Bird Flower. HEX triplet: DA, CC and 08. RGB value is (218,204,8). Sum of RGB (Red+Green+Blue) = 218+204+8=430 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.70% from 430); Green value is 204 (80.08% from 255 or 47.44% from 430); Blue value is 8 (3.52% from 255 or 1.86% from 430); Max value from RGB is 218 - color contains mainly: red. Hex color #DACC08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DACC08 is #2533F7. Grayscale: #BABABA. Windows color (decimal): -2438136 or 576730. OLE color: 576730.

HSL color Cylindrical-coordinate representation of color #DACC08: hue angle of 56º 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 #DACC08 is Cyan = 0, Magento = 0.06, Yellow = 0.96 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 204 8 -
CMYK 0 0.06 0.96 0.15
HSL 56º 0.93% 0.44% -
HSV(B) 56º 0.96% 0.85% -
XYZ 50.55 58.11 8.78 -
YUV 185.84 27.64 150.94 -
System Red Green Blue C M Y K H S L
Decimal 218 204 8 0 0.06 0.96 0.15 56 0.93 0.44
Hex DA CC 8 0 6 60 F 38 5D 2C
Octal 332 314 10 0 6 140 17 70 135 54
Binary 11011010 11001100 1000 0 110 1100000 1111 111000 1011101 101100

Color Harmonies of #DACC08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACC08

Black with #DACC08

Text Example


Text Example

White with #DACC08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACC08; }

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

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

background-color css

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

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

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

border-color css

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

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

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