#DDBB11

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

Shades of Sunflower #DDBB11

Tints of Sunflower #DDBB11

Color information

#DDBB11 (or 0xDDBB11) is unknown color: approx Sunflower. HEX triplet: DD, BB and 11. RGB value is (221,187,17). Sum of RGB (Red+Green+Blue) = 221+187+17=425 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52% from 425); Green value is 187 (73.44% from 255 or 44% from 425); Blue value is 17 (7.03% from 255 or 4% from 425); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBB11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDBB11 is #2244EE. Grayscale: #B2B2B2. Windows color (decimal): -2245871 or 1162205. OLE color: 1162205.

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

Color convert

RGB22118717-
CMYK00.150.920.13
HSL50º85.71%46.67%-
HSV(B)50º92.31%86.67%-
XYZ47.6950.957.85-
YUV177.7937.26158.82-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 52%
GREEN value IS 187 (73.44% from 255) = 44%
BLUE value IS 17 (7.03% from 255) = 4%
R=52%
G=44%
B=4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.92
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211871700.150.920.135085.7146.67
HexDDBB110F5CD32562f
Octal33527321017134156212657
Binary11011101101110111000101111101110011011100101010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBB11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBB11; }

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

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

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

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

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

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

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

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