#DDC571

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

Shades of Chenin #DDC571

Tints of Chenin #DDC571

Color information

#DDC571 (or 0xDDC571) is unknown color: approx Chenin. HEX triplet: DD, C5 and 71. RGB value is (221,197,113). Sum of RGB (Red+Green+Blue) = 221+197+113=531 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.62% from 531); Green value is 197 (77.34% from 255 or 37.10% from 531); Blue value is 113 (44.53% from 255 or 21.28% from 531); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC571 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC571 is #223A8E. Grayscale: #C2C2C2. Windows color (decimal): -2243215 or 7456221. OLE color: 7456221.

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

Color convert

RGB221197113-
CMYK00.110.490.13
HSL46.67º61.36%65.49%-
HSV(B)46.67º48.87%86.67%-
XYZ52.7756.523.75-
YUV194.681.95146.83-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.62%
GREEN value IS 197 (77.34% from 255) = 37.10%
BLUE value IS 113 (44.53% from 255) = 21.28%
R=41.62%
G=37.10%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119711300.110.490.1346.6761.3665.49
HexDDC5710B31D2f3d41
Octal33530516101361155775101
Binary110111011100010111100010101111000111011011111111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC571; }

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

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

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

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

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

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

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

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