#DCCB71

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

Shades of Chenin #DCCB71

Tints of Chenin #DCCB71

Color information

#DCCB71 (or 0xDCCB71) is unknown color: approx Chenin. HEX triplet: DC, CB and 71. RGB value is (220,203,113). Sum of RGB (Red+Green+Blue) = 220+203+113=536 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.04% from 536); Green value is 203 (79.69% from 255 or 37.87% from 536); Blue value is 113 (44.53% from 255 or 21.08% from 536); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCB71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCB71 is #23348E. Grayscale: #C6C6C6. Windows color (decimal): -2307215 or 7457756. OLE color: 7457756.

HSL color Cylindrical-coordinate representation of color #DCCB71: hue angle of 50.47º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DCCB71 is Cyan = 0, Magento = 0.08, Yellow = 0.49 and Black (K on CMYK) = 0.14.

Color convert

RGB220203113-
CMYK00.080.490.14
HSL50.47º60.45%65.29%-
HSV(B)50.47º48.64%86.27%-
XYZ53.8559.1224.2-
YUV197.8280.13143.82-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.04%
GREEN value IS 203 (79.69% from 255) = 37.87%
BLUE value IS 113 (44.53% from 255) = 21.08%
R=41.04%
G=37.87%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.49
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020311300.080.490.1450.4760.4565.29
HexDCCB710831E323c41
Octal33431316101061166274101
Binary110111001100101111100010100011000111101100101111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCB71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCB71; }

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

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

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

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

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

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

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

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