#DDC56D

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

Shades of Chenin #DDC56D

Tints of Chenin #DDC56D

Color information

#DDC56D (or 0xDDC56D) is unknown color: approx Chenin. HEX triplet: DD, C5 and 6D. RGB value is (221,197,109). Sum of RGB (Red+Green+Blue) = 221+197+109=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 197 (77.34% from 255 or 37.38% from 527); Blue value is 109 (42.97% from 255 or 20.68% from 527); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC56D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC56D is #223A92. Grayscale: #C2C2C2. Windows color (decimal): -2243219 or 7194077. OLE color: 7194077.

HSL color Cylindrical-coordinate representation of color #DDC56D: hue angle of 47.14º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DDC56D is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB221197109-
CMYK00.110.510.13
HSL47.14º62.22%64.71%-
HSV(B)47.14º50.68%86.67%-
XYZ52.5556.4122.59-
YUV194.1479.95147.16-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.94%
GREEN value IS 197 (77.34% from 255) = 37.38%
BLUE value IS 109 (42.97% from 255) = 20.68%
R=41.94%
G=37.38%
B=20.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119710900.110.510.1347.1462.2264.71
HexDDC56D0B33D2f3e41
Octal33530515501363155776101
Binary110111011100010111011010101111001111011011111111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC56D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC56D; }

 p { color: rgb(221,197,109); }

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

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

 a { background-color: rgb(221,197,109); }

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

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

 span { border-color: rgb(221,197,109); }

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