Html Css Color HEX #DAB009 Sunflower

📋 copy color: '#DAB009'

red 218 ◦ green 176 ◦ blue 9

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

Shades of Sunflower #DAB009

Tints of Sunflower #DAB009

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.23%

R = 54.09%
G = 43.67%
B = 2.23%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#DAB009 (or 0xDAB009) is known color: Sunflower. HEX triplet: DA, B0 and 09. RGB value is (218,176,9). Sum of RGB (Red+Green+Blue) = 218+176+9=403 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.09% from 403); Green value is 176 (69.14% from 255 or 43.67% from 403); Blue value is 9 (3.91% from 255 or 2.23% from 403); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB009 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DAB009 is #254FF6. Grayscale: #AAAAAA. Windows color (decimal): -2445303 or 635098. OLE color: 635098.

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

Color convert

RGB 218 176 9 -
CMYK 0 0.19 0.96 0.15
HSL 47.94º 0.92% 0.45% -
HSV(B) 47.94º 0.96% 0.85% -
XYZ 44.49 45.98 6.79 -
YUV 169.52 37.41 162.58 -
System Red Green Blue C M Y K H S L
Decimal 218 176 9 0 0.19 0.96 0.15 47.94 0.92 0.45
Hex DA B0 9 0 13 60 F 30 5C 2D
Octal 332 260 11 0 23 140 17 60 134 55
Binary 11011010 10110000 1001 0 10011 1100000 1111 110000 1011100 101101

Color Harmonies of #DAB009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB009

Black with #DAB009

Text Example


Text Example

White with #DAB009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB009; }

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

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

background-color css

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

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

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

border-color css

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

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

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