#DCBE69

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

Shades of Chenin #DCBE69

Tints of Chenin #DCBE69

Color information

#DCBE69 (or 0xDCBE69) is unknown color: approx Chenin. HEX triplet: DC, BE and 69. RGB value is (220,190,105). Sum of RGB (Red+Green+Blue) = 220+190+105=515 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.72% from 515); Green value is 190 (74.61% from 255 or 36.89% from 515); Blue value is 105 (41.41% from 255 or 20.39% from 515); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBE69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBE69 is #234196. Grayscale: #BDBDBD. Windows color (decimal): -2310551 or 6930140. OLE color: 6930140.

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

Color convert

RGB220190105-
CMYK00.140.520.14
HSL44.35º62.16%63.73%-
HSV(B)44.35º52.27%86.27%-
XYZ50.4853.0620.95-
YUV189.2880.44149.91-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.72%
GREEN value IS 190 (74.61% from 255) = 36.89%
BLUE value IS 105 (41.41% from 255) = 20.39%
R=42.72%
G=36.89%
B=20.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.52
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019010500.140.520.1444.3562.1663.73
HexDCBE690E34E2c3e40
Octal33427615101664165476100
Binary110111001011111011010010111011010011101011001111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBE69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBE69; }

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

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

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

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

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

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

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

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