#DCC1AF

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

Shades of Just Right #DCC1AF

Tints of Just Right #DCC1AF

Color information

#DCC1AF (or 0xDCC1AF) is unknown color: approx Just Right. HEX triplet: DC, C1 and AF. RGB value is (220,193,175). Sum of RGB (Red+Green+Blue) = 220+193+175=588 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.41% from 588); Green value is 193 (75.78% from 255 or 32.82% from 588); Blue value is 175 (68.75% from 255 or 29.76% from 588); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC1AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC1AF is #233E50. Grayscale: #C7C7C7. Windows color (decimal): -2309713 or 11518428. OLE color: 11518428.

HSL color Cylindrical-coordinate representation of color #DCC1AF: hue angle of 24º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCC1AF is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB220193175-
CMYK00.120.200.14
HSL24º39.13%77.45%-
HSV(B)24º20.45%86.27%-
XYZ56.3256.4548.48-
YUV199.02114.45142.96-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.41%
GREEN value IS 193 (75.78% from 255) = 32.82%
BLUE value IS 175 (68.75% from 255) = 29.76%
R=37.41%
G=32.82%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019317500.120.200.142439.1377.45
HexDCC1AF0C14E18274d
Octal33430125701424163047115
Binary11011100110000011010111101100101001110110001001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC1AF; }

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

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

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

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

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

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

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

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