#DCC0AD

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

Shades of Just Right #DCC0AD

Tints of Just Right #DCC0AD

Color information

#DCC0AD (or 0xDCC0AD) is unknown color: approx Just Right. HEX triplet: DC, C0 and AD. RGB value is (220,192,173). Sum of RGB (Red+Green+Blue) = 220+192+173=585 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.61% from 585); Green value is 192 (75.39% from 255 or 32.82% from 585); Blue value is 173 (67.97% from 255 or 29.57% from 585); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC0AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC0AD is #233F52. Grayscale: #C6C6C6. Windows color (decimal): -2309971 or 11387100. OLE color: 11387100.

HSL color Cylindrical-coordinate representation of color #DCC0AD: hue angle of 24.26º 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 #DCC0AD is Cyan = 0, Magento = 0.13, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB220192173-
CMYK00.130.210.14
HSL24.26º40.17%77.06%-
HSV(B)24.26º21.36%86.27%-
XYZ55.9155.9347.38-
YUV198.21113.78143.54-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.61%
GREEN value IS 192 (75.39% from 255) = 32.82%
BLUE value IS 173 (67.97% from 255) = 29.57%
R=37.61%
G=32.82%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019217300.130.210.1424.2640.1777.06
HexDCC0AD0D15E18284d
Octal33430025501525163050115
Binary11011100110000001010110101101101011110110001010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC0AD; }

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

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

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

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

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

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

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

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