#DDCB71

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

Shades of Chenin #DDCB71

Tints of Chenin #DDCB71

Color information

#DDCB71 (or 0xDDCB71) is unknown color: approx Chenin. HEX triplet: DD, CB and 71. RGB value is (221,203,113). Sum of RGB (Red+Green+Blue) = 221+203+113=537 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.15% from 537); Green value is 203 (79.69% from 255 or 37.80% from 537); Blue value is 113 (44.53% from 255 or 21.04% from 537); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCB71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCB71 is #22348E. Grayscale: #C6C6C6. Windows color (decimal): -2241679 or 7457757. OLE color: 7457757.

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

Color convert

RGB221203113-
CMYK00.080.490.13
HSL50º61.36%65.49%-
HSV(B)50º48.87%86.67%-
XYZ54.1659.2824.21-
YUV198.1279.96144.32-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.15%
GREEN value IS 203 (79.69% from 255) = 37.80%
BLUE value IS 113 (44.53% from 255) = 21.04%
R=41.15%
G=37.80%
B=21.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120311300.080.490.135061.3665.49
HexDDCB710831D323d41
Octal33531316101061156275101
Binary110111011100101111100010100011000111011100101111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCB71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCB71; }

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

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

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

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

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

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

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

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