#DCBD6C

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

Shades of Chenin #DCBD6C

Tints of Chenin #DCBD6C

Color information

#DCBD6C (or 0xDCBD6C) is unknown color: approx Chenin. HEX triplet: DC, BD and 6C. RGB value is (220,189,108). Sum of RGB (Red+Green+Blue) = 220+189+108=517 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.55% from 517); Green value is 189 (74.22% from 255 or 36.56% from 517); Blue value is 108 (42.58% from 255 or 20.89% from 517); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBD6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBD6C is #234293. Grayscale: #BDBDBD. Windows color (decimal): -2310804 or 7126492. OLE color: 7126492.

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

Color convert

RGB220189108-
CMYK00.140.510.14
HSL43.39º61.54%64.31%-
HSV(B)43.39º50.91%86.27%-
XYZ50.4252.6921.7-
YUV189.0482.27150.09-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.55%
GREEN value IS 189 (74.22% from 255) = 36.56%
BLUE value IS 108 (42.58% from 255) = 20.89%
R=42.55%
G=36.56%
B=20.89%

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
Decimal22018910800.140.510.1443.3961.5464.31
HexDCBD6C0E33E2b3e40
Octal33427515401663165376100
Binary110111001011110111011000111011001111101010111111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBD6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBD6C; }

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

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

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

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

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

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

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

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