#ddbb09

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

Shades of Sunflower #DDBB09

Tints of Sunflower #DDBB09

Color information

#DDBB09 (or 0xDDBB09) is unknown color: approx Sunflower. HEX triplet: DD, BB and 09. RGB value is (221,187,9). Sum of RGB (Red+Green+Blue) = 221+187+9=417 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.00% from 417); Green value is 187 (73.44% from 255 or 44.84% from 417); Blue value is 9 (3.91% from 255 or 2.16% from 417); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBB09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDBB09 is #2244F6. Grayscale: #B1B1B1. Windows color (decimal): -2245879 or 637917. OLE color: 637917.

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

Color convert

RGB2211879-
CMYK00.150.960.13
HSL50.38º92.17%45.1%-
HSV(B)50.38º95.93%86.67%-
XYZ47.6450.937.58-
YUV176.8733.26159.47-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 53.00%
GREEN value IS 187 (73.44% from 255) = 44.84%
BLUE value IS 9 (3.91% from 255) = 2.16%
R=53.00%
G=44.84%
B=2.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.96
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221187900.150.960.1350.3892.1745.1
HexDDBB90F60D325c2d
Octal33527311017140156213455
Binary1101110110111011100101111110000011011100101011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ddbb09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ddbb09; }

 p { color: rgb(221,187,9); }

 H1.HeaderClassName
 {
   color: #ddbb09;
 }
 .AnyTagClassName
 {
   color: #ddbb09;
 }
</style>
background-color css

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

 a { background-color: rgb(221,187,9); }

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

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

 span { border-color: rgb(221,187,9); }

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