#DDC171

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

Shades of Chenin #DDC171

Tints of Chenin #DDC171

Color information

#DDC171 (or 0xDDC171) is unknown color: approx Chenin. HEX triplet: DD, C1 and 71. RGB value is (221,193,113). Sum of RGB (Red+Green+Blue) = 221+193+113=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 193 (75.78% from 255 or 36.62% from 527); Blue value is 113 (44.53% from 255 or 21.44% from 527); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC171 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC171 is #223E8E. Grayscale: #C0C0C0. Windows color (decimal): -2244239 or 7455197. OLE color: 7455197.

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

Color convert

RGB221193113-
CMYK00.130.490.13
HSL44.44º61.36%65.49%-
HSV(B)44.44º48.87%86.67%-
XYZ51.8754.723.45-
YUV192.2583.28148.5-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.94%
GREEN value IS 193 (75.78% from 255) = 36.62%
BLUE value IS 113 (44.53% from 255) = 21.44%
R=41.94%
G=36.62%
B=21.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119311300.130.490.1344.4461.3665.49
HexDDC1710D31D2c3d41
Octal33530116101561155475101
Binary110111011100000111100010110111000111011011001111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC171; }

 p { color: rgb(221,193,113); }

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

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

 a { background-color: rgb(221,193,113); }

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

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

 span { border-color: rgb(221,193,113); }

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