#DDB115

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

Shades of Sunflower #DDB115

Tints of Sunflower #DDB115

Color information

#DDB115 (or 0xDDB115) is unknown color: approx Sunflower. HEX triplet: DD, B1 and 15. RGB value is (221,177,21). Sum of RGB (Red+Green+Blue) = 221+177+21=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 177 (69.53% from 255 or 42.24% from 419); Blue value is 21 (8.59% from 255 or 5.01% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB115 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDB115 is #224EEA. Grayscale: #ADADAD. Windows color (decimal): -2248427 or 1421789. OLE color: 1421789.

HSL color Cylindrical-coordinate representation of color #DDB115: hue angle of 46.8º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DDB115 is Cyan = 0, Magento = 0.20, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB22117721-
CMYK00.200.900.13
HSL46.8º82.64%47.45%-
HSV(B)46.8º90.5%86.67%-
XYZ45.6846.877.35-
YUV172.3742.58162.68-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 52.74%
GREEN value IS 177 (69.53% from 255) = 42.24%
BLUE value IS 21 (8.59% from 255) = 5.01%
R=52.74%
G=42.24%
B=5.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.90
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211772100.200.900.1346.882.6447.45
HexDDB1150145AD2f532f
Octal33526125024132155712357
Binary110111011011000110101010100101101011011011111010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB115; }

 p { color: rgb(221,177,21); }

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

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

 a { background-color: rgb(221,177,21); }

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

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

 span { border-color: rgb(221,177,21); }

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