#DCC0AF

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

Shades of Just Right #DCC0AF

Tints of Just Right #DCC0AF

Color information

#DCC0AF (or 0xDCC0AF) is unknown color: approx Just Right. HEX triplet: DC, C0 and AF. RGB value is (220,192,175). Sum of RGB (Red+Green+Blue) = 220+192+175=587 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.48% from 587); Green value is 192 (75.39% from 255 or 32.71% from 587); Blue value is 175 (68.75% from 255 or 29.81% from 587); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC0AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC0AF is #233F50. Grayscale: #C6C6C6. Windows color (decimal): -2309969 or 11518172. OLE color: 11518172.

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

Color convert

RGB220192175-
CMYK00.130.200.14
HSL22.67º39.13%77.45%-
HSV(B)22.67º20.45%86.27%-
XYZ56.156.0148.41-
YUV198.43114.78143.38-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.48%
GREEN value IS 192 (75.39% from 255) = 32.71%
BLUE value IS 175 (68.75% from 255) = 29.81%
R=37.48%
G=32.71%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019217500.130.200.1422.6739.1377.45
HexDCC0AF0D14E17274d
Octal33430025701524162747115
Binary11011100110000001010111101101101001110101111001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC0AF; }

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

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

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

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

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

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

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

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