Html Css Color HEX #DAC804 Bird Flower

📋 copy color: '#DAC804'

red 218 ◦ green 200 ◦ blue 4

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

Shades of Bird Flower #DAC804

Tints of Bird Flower #DAC804

RGB

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

 GREEN value IS 200 (78.52% from 255) = 47.39%

 BLUE value IS 4 (1.95% from 255) = 0.95%

R = 51.66%
G = 47.39%
B = 0.95%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#DAC804 (or 0xDAC804) is known color: Bird Flower. HEX triplet: DA, C8 and 04. RGB value is (218,200,4). Sum of RGB (Red+Green+Blue) = 218+200+4=422 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.66% from 422); Green value is 200 (78.52% from 255 or 47.39% from 422); Blue value is 4 (1.95% from 255 or 0.95% from 422); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC804 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC804 is #2537FB. Grayscale: #B7B7B7. Windows color (decimal): -2439164 or 313562. OLE color: 313562.

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

Color convert

RGB 218 200 4 -
CMYK 0 0.08 0.98 0.15
HSL 54.95º 0.96% 0.44% -
HSV(B) 54.95º 0.98% 0.85% -
XYZ 49.59 56.22 8.35 -
YUV 183.04 26.96 152.94 -
System Red Green Blue C M Y K H S L
Decimal 218 200 4 0 0.08 0.98 0.15 54.95 0.96 0.44
Hex DA C8 4 0 8 62 F 37 60 2C
Octal 332 310 4 0 10 142 17 67 140 54
Binary 11011010 11001000 100 0 1000 1100010 1111 110111 1100000 101100

Color Harmonies of #DAC804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC804

Black with #DAC804

Text Example


Text Example

White with #DAC804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC804; }

 p { color: rgb(218,200,4); }

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

background-color css

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

 a { background-color: rgb(218,200,4); }

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

border-color css

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

 span { border-color: rgb(218,200,4); }

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