#DDBC11

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

Shades of Sunflower #DDBC11

Tints of Sunflower #DDBC11

Color information

#DDBC11 (or 0xDDBC11) is unknown color: approx Sunflower. HEX triplet: DD, BC and 11. RGB value is (221,188,17). Sum of RGB (Red+Green+Blue) = 221+188+17=426 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.88% from 426); Green value is 188 (73.83% from 255 or 44.13% from 426); Blue value is 17 (7.03% from 255 or 3.99% from 426); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBC11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDBC11 is #2243EE. Grayscale: #B3B3B3. Windows color (decimal): -2245615 or 1162461. OLE color: 1162461.

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

Color convert

RGB22118817-
CMYK00.150.920.13
HSL50.29º85.71%46.67%-
HSV(B)50.29º92.31%86.67%-
XYZ47.951.387.92-
YUV178.3736.93158.4-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 51.88%
GREEN value IS 188 (73.83% from 255) = 44.13%
BLUE value IS 17 (7.03% from 255) = 3.99%
R=51.88%
G=44.13%
B=3.99%

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
Decimal2211881700.150.920.1350.2985.7146.67
HexDDBC110F5CD32562f
Octal33527421017134156212657
Binary11011101101111001000101111101110011011100101010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBC11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBC11; }

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

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

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

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

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

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

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

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