#DAB909

Color #DAB909 Sunflower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sunflower #DAB909

Tints of Sunflower #DAB909

Color information

#DAB909 (or 0xDAB909) is unknown color: approx 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

RGB2181859-
CMYK00.150.960.15
HSL50.53º92.07%44.51%-
HSV(B)50.53º95.87%85.49%-
XYZ46.3149.627.4-
YUV174.834.43158.81-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 52.91%
GREEN value IS 185 (72.66% from 255) = 44.90%
BLUE value IS 9 (3.91% from 255) = 2.18%
R=52.91%
G=44.90%
B=2.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.96
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal218185900.150.960.1550.5392.0744.51
HexDAB990F60F335c2d
Octal33227111017140176313455
Binary1101101010111001100101111110000011111100111011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB909

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>