Html Css Color HEX #DAB804 Sunflower

📋 copy color: '#DAB804'

red 218 ◦ green 184 ◦ blue 4

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

Shades of Sunflower #DAB804

Tints of Sunflower #DAB804

RGB

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

 GREEN value IS 184 (72.27% from 255) = 45.32%

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

R = 53.69%
G = 45.32%
B = 0.99%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#DAB804 (or 0xDAB804) is known color: Sunflower. HEX triplet: DA, B8 and 04. RGB value is (218,184,4). Sum of RGB (Red+Green+Blue) = 218+184+4=406 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.69% from 406); Green value is 184 (72.27% from 255 or 45.32% from 406); Blue value is 4 (1.95% from 255 or 0.99% from 406); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB804 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAB804 is #2547FB. Grayscale: #AEAEAE. Windows color (decimal): -2443260 or 309466. OLE color: 309466.

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

Color convert

RGB 218 184 4 -
CMYK 0 0.16 0.98 0.15
HSL 50.47º 0.96% 0.44% -
HSV(B) 50.47º 0.98% 0.85% -
XYZ 46.08 49.2 7.18 -
YUV 173.65 32.26 159.64 -
System Red Green Blue C M Y K H S L
Decimal 218 184 4 0 0.16 0.98 0.15 50.47 0.96 0.44
Hex DA B8 4 0 10 62 F 32 60 2C
Octal 332 270 4 0 20 142 17 62 140 54
Binary 11011010 10111000 100 0 10000 1100010 1111 110010 1100000 101100

Color Harmonies of #DAB804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB804

Black with #DAB804

Text Example


Text Example

White with #DAB804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB804; }

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

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

background-color css

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

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

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

border-color css

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

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

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