#DCC168

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

Shades of Chenin #DCC168

Tints of Chenin #DCC168

Color information

#DCC168 (or 0xDCC168) is unknown color: approx Chenin. HEX triplet: DC, C1 and 68. RGB value is (220,193,104). Sum of RGB (Red+Green+Blue) = 220+193+104=517 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.55% from 517); Green value is 193 (75.78% from 255 or 37.33% from 517); Blue value is 104 (41.02% from 255 or 20.12% from 517); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC168 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC168 is #233E97. Grayscale: #BFBFBF. Windows color (decimal): -2309784 or 6865372. OLE color: 6865372.

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

Color convert

RGB220193104-
CMYK00.120.530.14
HSL46.03º62.37%63.53%-
HSV(B)46.03º52.73%86.27%-
XYZ51.0854.3620.9-
YUV190.9378.95148.74-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.55%
GREEN value IS 193 (75.78% from 255) = 37.33%
BLUE value IS 104 (41.02% from 255) = 20.12%
R=42.55%
G=37.33%
B=20.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019310400.120.530.1446.0362.3763.53
HexDCC1680C35E2e3e40
Octal33430115001465165676100
Binary110111001100000111010000110011010111101011101111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC168; }

 p { color: rgb(220,193,104); }

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

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

 a { background-color: rgb(220,193,104); }

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

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

 span { border-color: rgb(220,193,104); }

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