#DCC2B0

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

Shades of Just Right #DCC2B0

Tints of Just Right #DCC2B0

Color information

#DCC2B0 (or 0xDCC2B0) is unknown color: approx Just Right. HEX triplet: DC, C2 and B0. RGB value is (220,194,176). Sum of RGB (Red+Green+Blue) = 220+194+176=590 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.29% from 590); Green value is 194 (76.17% from 255 or 32.88% from 590); Blue value is 176 (69.14% from 255 or 29.83% from 590); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC2B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC2B0 is #233D4F. Grayscale: #C7C7C7. Windows color (decimal): -2309456 or 11584220. OLE color: 11584220.

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

Color convert

RGB220194176-
CMYK00.120.20.14
HSL24.55º38.6%77.65%-
HSV(B)24.55º20%86.27%-
XYZ56.6456.9349.08-
YUV199.72114.61142.46-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.29%
GREEN value IS 194 (76.17% from 255) = 32.88%
BLUE value IS 176 (69.14% from 255) = 29.83%
R=37.29%
G=32.88%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.2
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019417600.120.20.1424.5538.677.65
HexDCC2B00C14E19274e
Octal33430226001424163147116
Binary11011100110000101011000001100101001110110011001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC2B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC2B0; }

 p { color: rgb(220,194,176); }

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

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

 a { background-color: rgb(220,194,176); }

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

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

 span { border-color: rgb(220,194,176); }

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