#DDBD11

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

Shades of Sunflower #DDBD11

Tints of Sunflower #DDBD11

Color information

#DDBD11 (or 0xDDBD11) is unknown color: approx Sunflower. HEX triplet: DD, BD and 11. RGB value is (221,189,17). Sum of RGB (Red+Green+Blue) = 221+189+17=427 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.76% from 427); Green value is 189 (74.22% from 255 or 44.26% from 427); Blue value is 17 (7.03% from 255 or 3.98% from 427); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBD11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDBD11 is #2242EE. Grayscale: #B3B3B3. Windows color (decimal): -2245359 or 1162717. OLE color: 1162717.

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

Color convert

RGB22118917-
CMYK00.140.920.13
HSL50.59º85.71%46.67%-
HSV(B)50.59º92.31%86.67%-
XYZ48.1251.817.99-
YUV178.9636.6157.99-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 51.76%
GREEN value IS 189 (74.22% from 255) = 44.26%
BLUE value IS 17 (7.03% from 255) = 3.98%
R=51.76%
G=44.26%
B=3.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.92
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211891700.140.920.1350.5985.7146.67
HexDDBD110E5CD33562f
Octal33527521016134156312657
Binary11011101101111011000101110101110011011100111010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBD11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBD11; }

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

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

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

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

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

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

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

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