#DCC1B1

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

Shades of Just Right #DCC1B1

Tints of Just Right #DCC1B1

Color information

#DCC1B1 (or 0xDCC1B1) is unknown color: approx Just Right. HEX triplet: DC, C1 and B1. RGB value is (220,193,177). Sum of RGB (Red+Green+Blue) = 220+193+177=590 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.29% from 590); Green value is 193 (75.78% from 255 or 32.71% from 590); Blue value is 177 (69.53% from 255 or 30% from 590); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC1B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC1B1 is #233E4E. Grayscale: #C7C7C7. Windows color (decimal): -2309711 or 11649500. OLE color: 11649500.

HSL color Cylindrical-coordinate representation of color #DCC1B1: hue angle of 22.33º degrees, saturation: 0.38, 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 #DCC1B1 is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB220193177-
CMYK00.120.200.14
HSL22.33º38.05%77.84%-
HSV(B)22.33º19.55%86.27%-
XYZ56.5256.5349.53-
YUV199.25115.45142.8-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.29%
GREEN value IS 193 (75.78% from 255) = 32.71%
BLUE value IS 177 (69.53% from 255) = 30%
R=37.29%
G=32.71%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019317700.120.200.1422.3338.0577.84
HexDCC1B10C14E16264e
Octal33430126101424162646116
Binary11011100110000011011000101100101001110101101001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC1B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC1B1; }

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

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

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

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

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

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

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

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