#DCBC75

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

Shades of Chenin #DCBC75

Tints of Chenin #DCBC75

Color information

#DCBC75 (or 0xDCBC75) is unknown color: approx Chenin. HEX triplet: DC, BC and 75. RGB value is (220,188,117). Sum of RGB (Red+Green+Blue) = 220+188+117=525 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.90% from 525); Green value is 188 (73.83% from 255 or 35.81% from 525); Blue value is 117 (46.09% from 255 or 22.29% from 525); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBC75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBC75 is #23438A. Grayscale: #BDBDBD. Windows color (decimal): -2311051 or 7716060. OLE color: 7716060.

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

Color convert

RGB220188117-
CMYK00.150.470.14
HSL41.36º59.54%66.08%-
HSV(B)41.36º46.82%86.27%-
XYZ50.7152.4724.28-
YUV189.4787.1149.77-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.90%
GREEN value IS 188 (73.83% from 255) = 35.81%
BLUE value IS 117 (46.09% from 255) = 22.29%
R=41.90%
G=35.81%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.47
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018811700.150.470.1441.3659.5466.08
HexDCBC750F2FE293c42
Octal33427416501757165174102
Binary110111001011110011101010111110111111101010011111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBC75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBC75; }

 p { color: rgb(220,188,117); }

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

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

 a { background-color: rgb(220,188,117); }

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

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

 span { border-color: rgb(220,188,117); }

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