#DCC5B5

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

Shades of Just Right #DCC5B5

Tints of Just Right #DCC5B5

Color information

#DCC5B5 (or 0xDCC5B5) is unknown color: approx Just Right. HEX triplet: DC, C5 and B5. RGB value is (220,197,181). Sum of RGB (Red+Green+Blue) = 220+197+181=598 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.79% from 598); Green value is 197 (77.34% from 255 or 32.94% from 598); Blue value is 181 (71.09% from 255 or 30.27% from 598); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC5B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC5B5 is #233A4A. Grayscale: #CACACA. Windows color (decimal): -2308683 or 11912668. OLE color: 11912668.

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

Color convert

RGB220197181-
CMYK00.100.180.14
HSL24.62º35.78%78.63%-
HSV(B)24.62º17.73%86.27%-
XYZ57.8258.4851.96-
YUV202.05116.12140.8-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.79%
GREEN value IS 197 (77.34% from 255) = 32.94%
BLUE value IS 181 (71.09% from 255) = 30.27%
R=36.79%
G=32.94%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019718100.100.180.1424.6235.7878.63
HexDCC5B50A12E19244f
Octal33430526501222163144117
Binary11011100110001011011010101010100101110110011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC5B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC5B5; }

 p { color: rgb(220,197,181); }

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

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

 a { background-color: rgb(220,197,181); }

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

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

 span { border-color: rgb(220,197,181); }

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