Html Css Color HEX #DAB404 Sunflower

📋 copy color: '#DAB404'

red 218 ◦ green 180 ◦ blue 4

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

Shades of Sunflower #DAB404

Tints of Sunflower #DAB404

RGB

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

 GREEN value IS 180 (70.7% from 255) = 44.78%

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

R = 54.23%
G = 44.78%
B = 1%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#DAB404 (or 0xDAB404) is known color: Sunflower. HEX triplet: DA, B4 and 04. RGB value is (218,180,4). Sum of RGB (Red+Green+Blue) = 218+180+4=402 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.23% from 402); Green value is 180 (70.70% from 255 or 44.78% from 402); Blue value is 4 (1.95% from 255 or 1.00% from 402); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB404 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAB404 is #254BFB. Grayscale: #ACACAC. Windows color (decimal): -2444284 or 308442. OLE color: 308442.

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

Color convert

RGB 218 180 4 -
CMYK 0 0.17 0.98 0.15
HSL 49.35º 0.96% 0.44% -
HSV(B) 49.35º 0.98% 0.85% -
XYZ 45.26 47.56 6.91 -
YUV 171.3 33.59 161.31 -
System Red Green Blue C M Y K H S L
Decimal 218 180 4 0 0.17 0.98 0.15 49.35 0.96 0.44
Hex DA B4 4 0 11 62 F 31 60 2C
Octal 332 264 4 0 21 142 17 61 140 54
Binary 11011010 10110100 100 0 10001 1100010 1111 110001 1100000 101100

Color Harmonies of #DAB404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB404

Black with #DAB404

Text Example


Text Example

White with #DAB404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB404; }

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

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

background-color css

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

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

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

border-color css

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

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

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