#DCBF6C

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

Shades of Chenin #DCBF6C

Tints of Chenin #DCBF6C

Color information

#DCBF6C (or 0xDCBF6C) is unknown color: approx Chenin. HEX triplet: DC, BF and 6C. RGB value is (220,191,108). Sum of RGB (Red+Green+Blue) = 220+191+108=519 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.39% from 519); Green value is 191 (75% from 255 or 36.80% from 519); Blue value is 108 (42.58% from 255 or 20.81% from 519); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBF6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBF6C is #234093. Grayscale: #BEBEBE. Windows color (decimal): -2310292 or 7127004. OLE color: 7127004.

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

Color convert

RGB220191108-
CMYK00.130.510.14
HSL44.46º61.54%64.31%-
HSV(B)44.46º50.91%86.27%-
XYZ50.8553.5621.85-
YUV190.2181.61149.25-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.39%
GREEN value IS 191 (75% from 255) = 36.80%
BLUE value IS 108 (42.58% from 255) = 20.81%
R=42.39%
G=36.80%
B=20.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.51
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019110800.130.510.1444.4661.5464.31
HexDCBF6C0D33E2c3e40
Octal33427715401563165476100
Binary110111001011111111011000110111001111101011001111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBF6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBF6C; }

 p { color: rgb(220,191,108); }

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

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

 a { background-color: rgb(220,191,108); }

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

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

 span { border-color: rgb(220,191,108); }

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