Html Css Color HEX #DAB408 Sunflower

📋 copy color: '#DAB408'

red 218 ◦ green 180 ◦ blue 8

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

Shades of Sunflower #DAB408

Tints of Sunflower #DAB408

RGB

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

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

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

R = 53.69%
G = 44.33%
B = 1.97%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#DAB408 (or 0xDAB408) is known color: Sunflower. HEX triplet: DA, B4 and 08. RGB value is (218,180,8). Sum of RGB (Red+Green+Blue) = 218+180+8=406 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.69% from 406); Green value is 180 (70.70% from 255 or 44.33% from 406); Blue value is 8 (3.52% from 255 or 1.97% from 406); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB408 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAB408 is #254BF7. Grayscale: #ACACAC. Windows color (decimal): -2444280 or 570586. OLE color: 570586.

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

Color convert

RGB 218 180 8 -
CMYK 0 0.17 0.96 0.15
HSL 49.14º 0.93% 0.44% -
HSV(B) 49.14º 0.96% 0.85% -
XYZ 45.28 47.57 7.02 -
YUV 171.75 35.59 160.99 -
System Red Green Blue C M Y K H S L
Decimal 218 180 8 0 0.17 0.96 0.15 49.14 0.93 0.44
Hex DA B4 8 0 11 60 F 31 5D 2C
Octal 332 264 10 0 21 140 17 61 135 54
Binary 11011010 10110100 1000 0 10001 1100000 1111 110001 1011101 101100

Color Harmonies of #DAB408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB408

Black with #DAB408

Text Example


Text Example

White with #DAB408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB408; }

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

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

background-color css

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

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

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

border-color css

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

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

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