#DDB011

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

Shades of Sunflower #DDB011

Tints of Sunflower #DDB011

Color information

#DDB011 (or 0xDDB011) is unknown color: approx Sunflower. HEX triplet: DD, B0 and 11. RGB value is (221,176,17). Sum of RGB (Red+Green+Blue) = 221+176+17=414 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.38% from 414); Green value is 176 (69.14% from 255 or 42.51% from 414); Blue value is 17 (7.03% from 255 or 4.11% from 414); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB011 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDB011 is #224FEE. Grayscale: #ACACAC. Windows color (decimal): -2248687 or 1159389. OLE color: 1159389.

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

Color convert

RGB22117617-
CMYK00.200.920.13
HSL46.76º85.71%46.67%-
HSV(B)46.76º92.31%86.67%-
XYZ45.4546.467.1-
YUV171.3340.91163.43-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 53.38%
GREEN value IS 176 (69.14% from 255) = 42.51%
BLUE value IS 17 (7.03% from 255) = 4.11%
R=53.38%
G=42.51%
B=4.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.92
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211761700.200.920.1346.7685.7146.67
HexDDB0110145CD2f562f
Octal33526021024134155712657
Binary110111011011000010001010100101110011011011111010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB011; }

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

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

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

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

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

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

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

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