#DCBA71

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

Shades of Chenin #DCBA71

Tints of Chenin #DCBA71

Color information

#DCBA71 (or 0xDCBA71) is unknown color: approx Chenin. HEX triplet: DC, BA and 71. RGB value is (220,186,113). Sum of RGB (Red+Green+Blue) = 220+186+113=519 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.39% from 519); Green value is 186 (73.05% from 255 or 35.84% from 519); Blue value is 113 (44.53% from 255 or 21.77% from 519); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBA71 is #23458E. Grayscale: #BCBCBC. Windows color (decimal): -2311567 or 7453404. OLE color: 7453404.

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

Color convert

RGB220186113-
CMYK00.150.490.14
HSL40.93º60.45%65.29%-
HSV(B)40.93º48.64%86.27%-
XYZ50.0551.5322.93-
YUV187.8485.76150.94-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.39%
GREEN value IS 186 (73.05% from 255) = 35.84%
BLUE value IS 113 (44.53% from 255) = 21.77%
R=42.39%
G=35.84%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.49
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018611300.150.490.1440.9360.4565.29
HexDCBA710F31E293c41
Octal33427216101761165174101
Binary110111001011101011100010111111000111101010011111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBA71; }

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

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

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

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

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

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

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

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