#DCB9AA

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

Shades of Just Right #DCB9AA

Tints of Just Right #DCB9AA

Color information

#DCB9AA (or 0xDCB9AA) is unknown color: approx Just Right. HEX triplet: DC, B9 and AA. RGB value is (220,185,170). Sum of RGB (Red+Green+Blue) = 220+185+170=575 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.26% from 575); Green value is 185 (72.66% from 255 or 32.17% from 575); Blue value is 170 (66.80% from 255 or 29.57% from 575); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB9AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB9AA is #234655. Grayscale: #C1C1C1. Windows color (decimal): -2311766 or 11188700. OLE color: 11188700.

HSL color Cylindrical-coordinate representation of color #DCB9AA: hue angle of 18º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCB9AA is Cyan = 0, Magento = 0.16, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB220185170-
CMYK00.160.230.14
HSL18º41.67%76.47%-
HSV(B)18º22.73%86.27%-
XYZ54.1252.8245.37-
YUV193.76114.6146.72-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.26%
GREEN value IS 185 (72.66% from 255) = 32.17%
BLUE value IS 170 (66.80% from 255) = 29.57%
R=38.26%
G=32.17%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018517000.160.230.141841.6776.47
HexDCB9AA01017E122a4c
Octal33427125202027162252114
Binary110111001011100110101010010000101111110100101010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB9AA; }

 p { color: rgb(220,185,170); }

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

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

 a { background-color: rgb(220,185,170); }

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

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

 span { border-color: rgb(220,185,170); }

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