#DCC465

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

Shades of Chenin #DCC465

Tints of Chenin #DCC465

Color information

#DCC465 (or 0xDCC465) is unknown color: approx Chenin. HEX triplet: DC, C4 and 65. RGB value is (220,196,101). Sum of RGB (Red+Green+Blue) = 220+196+101=517 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.55% from 517); Green value is 196 (76.95% from 255 or 37.91% from 517); Blue value is 101 (39.84% from 255 or 19.54% from 517); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC465 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC465 is #233B9A. Grayscale: #C0C0C0. Windows color (decimal): -2309019 or 6669532. OLE color: 6669532.

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

Color convert

RGB220196101-
CMYK00.110.540.14
HSL47.9º62.96%62.94%-
HSV(B)47.9º54.09%86.27%-
XYZ51.655.6420.33-
YUV192.3576.45147.72-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.55%
GREEN value IS 196 (76.95% from 255) = 37.91%
BLUE value IS 101 (39.84% from 255) = 19.54%
R=42.55%
G=37.91%
B=19.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.54
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019610100.110.540.1447.962.9662.94
HexDCC4650B36E303f3f
Octal3343041450136616607777
Binary11011100110001001100101010111101101110110000111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC465; }

 p { color: rgb(220,196,101); }

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

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

 a { background-color: rgb(220,196,101); }

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

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

 span { border-color: rgb(220,196,101); }

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