Html Css Color HEX #DAB909 Sunflower

📋 copy color: '#DAB909'

red 218 ◦ green 185 ◦ blue 9

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

Shades of Sunflower #DAB909

Tints of Sunflower #DAB909

RGB

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

 GREEN value IS 185 (72.66% from 255) = 44.9%

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

R = 52.91%
G = 44.9%
B = 2.18%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#DAB909 (or 0xDAB909) is known color: Sunflower. HEX triplet: DA, B9 and 09. RGB value is (218,185,9). Sum of RGB (Red+Green+Blue) = 218+185+9=412 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.91% from 412); Green value is 185 (72.66% from 255 or 44.90% from 412); Blue value is 9 (3.91% from 255 or 2.18% from 412); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB909 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAB909 is #2546F6. Grayscale: #AFAFAF. Windows color (decimal): -2442999 or 637402. OLE color: 637402.

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

Color convert

RGB 218 185 9 -
CMYK 0 0.15 0.96 0.15
HSL 50.53º 0.92% 0.45% -
HSV(B) 50.53º 0.96% 0.85% -
XYZ 46.31 49.62 7.4 -
YUV 174.8 34.43 158.81 -
System Red Green Blue C M Y K H S L
Decimal 218 185 9 0 0.15 0.96 0.15 50.53 0.92 0.45
Hex DA B9 9 0 F 60 F 33 5C 2D
Octal 332 271 11 0 17 140 17 63 134 55
Binary 11011010 10111001 1001 0 1111 1100000 1111 110011 1011100 101101

Color Harmonies of #DAB909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB909

Black with #DAB909

Text Example


Text Example

White with #DAB909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB909; }

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

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

background-color css

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

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

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

border-color css

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

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

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