#DCC1AE

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

Shades of Just Right #DCC1AE

Tints of Just Right #DCC1AE

Color information

#DCC1AE (or 0xDCC1AE) is unknown color: approx Just Right. HEX triplet: DC, C1 and AE. RGB value is (220,193,174). Sum of RGB (Red+Green+Blue) = 220+193+174=587 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.48% from 587); Green value is 193 (75.78% from 255 or 32.88% from 587); Blue value is 174 (68.36% from 255 or 29.64% from 587); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC1AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC1AE is #233E51. Grayscale: #C7C7C7. Windows color (decimal): -2309714 or 11452892. OLE color: 11452892.

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

Color convert

RGB220193174-
CMYK00.120.210.14
HSL24.78º39.66%77.25%-
HSV(B)24.78º20.91%86.27%-
XYZ56.2356.4147.97-
YUV198.91113.95143.04-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.48%
GREEN value IS 193 (75.78% from 255) = 32.88%
BLUE value IS 174 (68.36% from 255) = 29.64%
R=37.48%
G=32.88%
B=29.64%

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
Decimal22019317400.120.210.1424.7839.6677.25
HexDCC1AE0C15E19284d
Octal33430125601425163150115
Binary11011100110000011010111001100101011110110011010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC1AE; }

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

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

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

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

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

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

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

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