#DCB8A7

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

Shades of Just Right #DCB8A7

Tints of Just Right #DCB8A7

Color information

#DCB8A7 (or 0xDCB8A7) is unknown color: approx Just Right. HEX triplet: DC, B8 and A7. RGB value is (220,184,167). Sum of RGB (Red+Green+Blue) = 220+184+167=571 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.53% from 571); Green value is 184 (72.27% from 255 or 32.22% from 571); Blue value is 167 (65.62% from 255 or 29.25% from 571); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB8A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB8A7 is #234758. Grayscale: #C0C0C0. Windows color (decimal): -2312025 or 10991836. OLE color: 10991836.

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

Color convert

RGB220184167-
CMYK00.160.240.14
HSL19.25º43.09%75.88%-
HSV(B)19.25º24.09%86.27%-
XYZ53.6352.2943.82-
YUV192.83113.43147.38-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.53%
GREEN value IS 184 (72.27% from 255) = 32.22%
BLUE value IS 167 (65.62% from 255) = 29.25%
R=38.53%
G=32.22%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.24
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018416700.160.240.1419.2543.0975.88
HexDCB8A701018E132b4c
Octal33427024702030162353114
Binary110111001011100010100111010000110001110100111010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB8A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB8A7; }

 p { color: rgb(220,184,167); }

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

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

 a { background-color: rgb(220,184,167); }

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

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

 span { border-color: rgb(220,184,167); }

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