#DCBF6B

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

Shades of Chenin #DCBF6B

Tints of Chenin #DCBF6B

Color information

#DCBF6B (or 0xDCBF6B) is unknown color: approx Chenin. HEX triplet: DC, BF and 6B. RGB value is (220,191,107). Sum of RGB (Red+Green+Blue) = 220+191+107=518 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.47% from 518); Green value is 191 (75% from 255 or 36.87% from 518); Blue value is 107 (42.19% from 255 or 20.66% from 518); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBF6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBF6B is #234094. Grayscale: #BEBEBE. Windows color (decimal): -2310293 or 7061468. OLE color: 7061468.

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

Color convert

RGB220191107-
CMYK00.130.510.14
HSL44.6º61.75%64.12%-
HSV(B)44.6º51.36%86.27%-
XYZ50.853.5421.57-
YUV190.181.11149.33-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.47%
GREEN value IS 191 (75% from 255) = 36.87%
BLUE value IS 107 (42.19% from 255) = 20.66%
R=42.47%
G=36.87%
B=20.66%

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
Decimal22019110700.130.510.1444.661.7564.12
HexDCBF6B0D33E2d3e40
Octal33427715301563165576100
Binary110111001011111111010110110111001111101011011111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBF6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBF6B; }

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

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

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

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

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

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

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

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