#DCBE6B

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

Shades of Chenin #DCBE6B

Tints of Chenin #DCBE6B

Color information

#DCBE6B (or 0xDCBE6B) is unknown color: approx Chenin. HEX triplet: DC, BE and 6B. RGB value is (220,190,107). Sum of RGB (Red+Green+Blue) = 220+190+107=517 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.55% from 517); Green value is 190 (74.61% from 255 or 36.75% from 517); Blue value is 107 (42.19% from 255 or 20.70% from 517); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBE6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBE6B is #234194. Grayscale: #BDBDBD. Windows color (decimal): -2310549 or 7061212. OLE color: 7061212.

HSL color Cylindrical-coordinate representation of color #DCBE6B: hue angle of 44.07º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DCBE6B is Cyan = 0, Magento = 0.14, Yellow = 0.51 and Black (K on CMYK) = 0.14.

Color convert

RGB220190107-
CMYK00.140.510.14
HSL44.07º61.75%64.12%-
HSV(B)44.07º51.36%86.27%-
XYZ50.5853.121.49-
YUV189.5181.44149.75-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.55%
GREEN value IS 190 (74.61% from 255) = 36.75%
BLUE value IS 107 (42.19% from 255) = 20.70%
R=42.55%
G=36.75%
B=20.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.51
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019010700.140.510.1444.0761.7564.12
HexDCBE6B0E33E2c3e40
Octal33427615301663165476100
Binary110111001011111011010110111011001111101011001111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBE6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBE6B; }

 p { color: rgb(220,190,107); }

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

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

 a { background-color: rgb(220,190,107); }

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

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

 span { border-color: rgb(220,190,107); }

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