#DCBCA9

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

Shades of Just Right #DCBCA9

Tints of Just Right #DCBCA9

Color information

#DCBCA9 (or 0xDCBCA9) is unknown color: approx Just Right. HEX triplet: DC, BC and A9. RGB value is (220,188,169). Sum of RGB (Red+Green+Blue) = 220+188+169=577 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.13% from 577); Green value is 188 (73.83% from 255 or 32.58% from 577); Blue value is 169 (66.41% from 255 or 29.29% from 577); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBCA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBCA9 is #234356. Grayscale: #C3C3C3. Windows color (decimal): -2310999 or 11123932. OLE color: 11123932.

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

Color convert

RGB220188169-
CMYK00.150.230.14
HSL22.35º42.15%76.27%-
HSV(B)22.35º23.18%86.27%-
XYZ54.6654.0545.09-
YUV195.4113.1145.54-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.13%
GREEN value IS 188 (73.83% from 255) = 32.58%
BLUE value IS 169 (66.41% from 255) = 29.29%
R=38.13%
G=32.58%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018816900.150.230.1422.3542.1576.27
HexDCBCA90F17E162a4c
Octal33427425101727162652114
Binary11011100101111001010100101111101111110101101010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBCA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBCA9; }

 p { color: rgb(220,188,169); }

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

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

 a { background-color: rgb(220,188,169); }

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

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

 span { border-color: rgb(220,188,169); }

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