#DCC2AE

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

Shades of Just Right #DCC2AE

Tints of Just Right #DCC2AE

Color information

#DCC2AE (or 0xDCC2AE) is unknown color: approx Just Right. HEX triplet: DC, C2 and AE. RGB value is (220,194,174). Sum of RGB (Red+Green+Blue) = 220+194+174=588 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.41% from 588); Green value is 194 (76.17% from 255 or 32.99% from 588); Blue value is 174 (68.36% from 255 or 29.59% from 588); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC2AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC2AE is #233D51. Grayscale: #C7C7C7. Windows color (decimal): -2309458 or 11453148. OLE color: 11453148.

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

Color convert

RGB220194174-
CMYK00.120.210.14
HSL26.09º39.66%77.25%-
HSV(B)26.09º20.91%86.27%-
XYZ56.4556.8648.04-
YUV199.49113.61142.63-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.41%
GREEN value IS 194 (76.17% from 255) = 32.99%
BLUE value IS 174 (68.36% from 255) = 29.59%
R=37.41%
G=32.99%
B=29.59%

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
Decimal22019417400.120.210.1426.0939.6677.25
HexDCC2AE0C15E1a284d
Octal33430225601425163250115
Binary11011100110000101010111001100101011110110101010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC2AE; }

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

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

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

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

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

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

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

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