Html Css Color HEX #DAB609 Sunflower

📋 copy color: '#DAB609'

red 218 ◦ green 182 ◦ blue 9

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

Shades of Sunflower #DAB609

Tints of Sunflower #DAB609

RGB

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

 GREEN value IS 182 (71.48% from 255) = 44.5%

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

R = 53.3%
G = 44.5%
B = 2.2%

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

#DAB609 (or 0xDAB609) is known color: Sunflower. HEX triplet: DA, B6 and 09. RGB value is (218,182,9). Sum of RGB (Red+Green+Blue) = 218+182+9=409 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.30% from 409); Green value is 182 (71.48% from 255 or 44.50% from 409); Blue value is 9 (3.91% from 255 or 2.20% from 409); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB609 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAB609 is #2549F6. Grayscale: #ADADAD. Windows color (decimal): -2443767 or 636634. OLE color: 636634.

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

Color convert

RGB 218 182 9 -
CMYK 0 0.17 0.96 0.15
HSL 49.67º 0.92% 0.45% -
HSV(B) 49.67º 0.96% 0.85% -
XYZ 45.69 48.38 7.19 -
YUV 173.04 35.43 160.07 -
System Red Green Blue C M Y K H S L
Decimal 218 182 9 0 0.17 0.96 0.15 49.67 0.92 0.45
Hex DA B6 9 0 11 60 F 32 5C 2D
Octal 332 266 11 0 21 140 17 62 134 55
Binary 11011010 10110110 1001 0 10001 1100000 1111 110010 1011100 101101

Color Harmonies of #DAB609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB609

Black with #DAB609

Text Example


Text Example

White with #DAB609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB609; }

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

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

background-color css

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

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

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

border-color css

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

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

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