#DCC0AE

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

Shades of Just Right #DCC0AE

Tints of Just Right #DCC0AE

Color information

#DCC0AE (or 0xDCC0AE) is unknown color: approx Just Right. HEX triplet: DC, C0 and AE. RGB value is (220,192,174). Sum of RGB (Red+Green+Blue) = 220+192+174=586 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.54% from 586); Green value is 192 (75.39% from 255 or 32.76% from 586); Blue value is 174 (68.36% from 255 or 29.69% from 586); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC0AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC0AE is #233F51. Grayscale: #C6C6C6. Windows color (decimal): -2309970 or 11452636. OLE color: 11452636.

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

Color convert

RGB220192174-
CMYK00.130.210.14
HSL23.48º39.66%77.25%-
HSV(B)23.48º20.91%86.27%-
XYZ5655.9747.9-
YUV198.32114.28143.46-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.54%
GREEN value IS 192 (75.39% from 255) = 32.76%
BLUE value IS 174 (68.36% from 255) = 29.69%
R=37.54%
G=32.76%
B=29.69%

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
Decimal22019217400.130.210.1423.4839.6677.25
HexDCC0AE0D15E17284d
Octal33430025601525162750115
Binary11011100110000001010111001101101011110101111010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC0AE; }

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

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

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

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

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

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

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

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