Html Css Color HEX #DAB004 Sunflower

📋 copy color: '#DAB004'

red 218 ◦ green 176 ◦ blue 4

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

Shades of Sunflower #DAB004

Tints of Sunflower #DAB004

RGB

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

 GREEN value IS 176 (69.14% from 255) = 44.22%

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

R = 54.77%
G = 44.22%
B = 1.01%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#DAB004 (or 0xDAB004) is known color: Sunflower. HEX triplet: DA, B0 and 04. RGB value is (218,176,4). Sum of RGB (Red+Green+Blue) = 218+176+4=398 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.77% from 398); Green value is 176 (69.14% from 255 or 44.22% from 398); Blue value is 4 (1.95% from 255 or 1.01% from 398); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB004 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAB004 is #254FFB. Grayscale: #A9A9A9. Windows color (decimal): -2445308 or 307418. OLE color: 307418.

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

Color convert

RGB 218 176 4 -
CMYK 0 0.19 0.98 0.15
HSL 48.22º 0.96% 0.44% -
HSV(B) 48.22º 0.98% 0.85% -
XYZ 44.46 45.96 6.64 -
YUV 168.95 34.91 162.99 -
System Red Green Blue C M Y K H S L
Decimal 218 176 4 0 0.19 0.98 0.15 48.22 0.96 0.44
Hex DA B0 4 0 13 62 F 30 60 2C
Octal 332 260 4 0 23 142 17 60 140 54
Binary 11011010 10110000 100 0 10011 1100010 1111 110000 1100000 101100

Color Harmonies of #DAB004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB004

Black with #DAB004

Text Example


Text Example

White with #DAB004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB004; }

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

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

background-color css

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

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

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

border-color css

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

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

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