#DCBE67

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

Shades of Chenin #DCBE67

Tints of Chenin #DCBE67

Color information

#DCBE67 (or 0xDCBE67) is unknown color: approx Chenin. HEX triplet: DC, BE and 67. RGB value is (220,190,103). Sum of RGB (Red+Green+Blue) = 220+190+103=513 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.88% from 513); Green value is 190 (74.61% from 255 or 37.04% from 513); Blue value is 103 (40.62% from 255 or 20.08% from 513); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBE67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBE67 is #234198. Grayscale: #BDBDBD. Windows color (decimal): -2310553 or 6799068. OLE color: 6799068.

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

Color convert

RGB220190103-
CMYK00.140.530.14
HSL44.62º62.57%63.33%-
HSV(B)44.62º53.18%86.27%-
XYZ50.3853.0220.41-
YUV189.0579.44150.07-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.88%
GREEN value IS 190 (74.61% from 255) = 37.04%
BLUE value IS 103 (40.62% from 255) = 20.08%
R=42.88%
G=37.04%
B=20.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019010300.140.530.1444.6262.5763.33
HexDCBE670E35E2d3f3f
Octal3342761470166516557777
Binary11011100101111101100111011101101011110101101111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBE67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBE67; }

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

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

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

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

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

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

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

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