#DCC1AD

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

Shades of Just Right #DCC1AD

Tints of Just Right #DCC1AD

Color information

#DCC1AD (or 0xDCC1AD) is unknown color: approx Just Right. HEX triplet: DC, C1 and AD. RGB value is (220,193,173). Sum of RGB (Red+Green+Blue) = 220+193+173=586 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.54% from 586); Green value is 193 (75.78% from 255 or 32.94% from 586); Blue value is 173 (67.97% from 255 or 29.52% from 586); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC1AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC1AD is #233E52. Grayscale: #C6C6C6. Windows color (decimal): -2309715 or 11387356. OLE color: 11387356.

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

Color convert

RGB220193173-
CMYK00.120.210.14
HSL25.53º40.17%77.06%-
HSV(B)25.53º21.36%86.27%-
XYZ56.1356.3747.46-
YUV198.79113.45143.13-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.54%
GREEN value IS 193 (75.78% from 255) = 32.94%
BLUE value IS 173 (67.97% from 255) = 29.52%
R=37.54%
G=32.94%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019317300.120.210.1425.5340.1777.06
HexDCC1AD0C15E1a284d
Octal33430125501425163250115
Binary11011100110000011010110101100101011110110101010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC1AD; }

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

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

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

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

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

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

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

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