Html Css Color HEX #DAB509 Sunflower

📋 copy color: '#DAB509'

red 218 ◦ green 181 ◦ blue 9

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

Shades of Sunflower #DAB509

Tints of Sunflower #DAB509

RGB

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

 GREEN value IS 181 (71.09% from 255) = 44.36%

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

R = 53.43%
G = 44.36%
B = 2.21%

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

#DAB509 (or 0xDAB509) is known color: Sunflower. HEX triplet: DA, B5 and 09. RGB value is (218,181,9). Sum of RGB (Red+Green+Blue) = 218+181+9=408 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.43% from 408); Green value is 181 (71.09% from 255 or 44.36% from 408); Blue value is 9 (3.91% from 255 or 2.21% from 408); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB509 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAB509 is #254AF6. Grayscale: #ADADAD. Windows color (decimal): -2444023 or 636378. OLE color: 636378.

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

Color convert

RGB 218 181 9 -
CMYK 0 0.17 0.96 0.15
HSL 49.38º 0.92% 0.45% -
HSV(B) 49.38º 0.96% 0.85% -
XYZ 45.49 47.97 7.12 -
YUV 172.46 35.76 160.49 -
System Red Green Blue C M Y K H S L
Decimal 218 181 9 0 0.17 0.96 0.15 49.38 0.92 0.45
Hex DA B5 9 0 11 60 F 31 5C 2D
Octal 332 265 11 0 21 140 17 61 134 55
Binary 11011010 10110101 1001 0 10001 1100000 1111 110001 1011100 101101

Color Harmonies of #DAB509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB509

Black with #DAB509

Text Example


Text Example

White with #DAB509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB509; }

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

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

background-color css

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

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

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

border-color css

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

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

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