#DCC0AC

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

Shades of Just Right #DCC0AC

Tints of Just Right #DCC0AC

Color information

#DCC0AC (or 0xDCC0AC) is unknown color: approx Just Right. HEX triplet: DC, C0 and AC. RGB value is (220,192,172). Sum of RGB (Red+Green+Blue) = 220+192+172=584 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.67% from 584); Green value is 192 (75.39% from 255 or 32.88% from 584); Blue value is 172 (67.58% from 255 or 29.45% from 584); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC0AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC0AC is #233F53. Grayscale: #C6C6C6. Windows color (decimal): -2309972 or 11321564. OLE color: 11321564.

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

Color convert

RGB220192172-
CMYK00.130.220.14
HSL25º40.68%76.86%-
HSV(B)25º21.82%86.27%-
XYZ55.8155.8946.88-
YUV198.09113.28143.63-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.67%
GREEN value IS 192 (75.39% from 255) = 32.88%
BLUE value IS 172 (67.58% from 255) = 29.45%
R=37.67%
G=32.88%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019217200.130.220.142540.6876.86
HexDCC0AC0D16E19294d
Octal33430025401526163151115
Binary11011100110000001010110001101101101110110011010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC0AC; }

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

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

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

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

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

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

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

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