#DCB671

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

Shades of Chenin #DCB671

Tints of Chenin #DCB671

Color information

#DCB671 (or 0xDCB671) is unknown color: approx Chenin. HEX triplet: DC, B6 and 71. RGB value is (220,182,113). Sum of RGB (Red+Green+Blue) = 220+182+113=515 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.72% from 515); Green value is 182 (71.48% from 255 or 35.34% from 515); Blue value is 113 (44.53% from 255 or 21.94% from 515); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB671 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB671 is #23498E. Grayscale: #B9B9B9. Windows color (decimal): -2312591 or 7452380. OLE color: 7452380.

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

Color convert

RGB220182113-
CMYK00.170.490.14
HSL38.69º60.45%65.29%-
HSV(B)38.69º48.64%86.27%-
XYZ49.2249.8622.65-
YUV185.587.09152.61-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.72%
GREEN value IS 182 (71.48% from 255) = 35.34%
BLUE value IS 113 (44.53% from 255) = 21.94%
R=42.72%
G=35.34%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.49
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018211300.170.490.1438.6960.4565.29
HexDCB67101131E273c41
Octal33426616102161164774101
Binary1101110010110110111000101000111000111101001111111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB671; }

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

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

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

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

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

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

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

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