#DCBEAA

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

Shades of Just Right #DCBEAA

Tints of Just Right #DCBEAA

Color information

#DCBEAA (or 0xDCBEAA) is unknown color: approx Just Right. HEX triplet: DC, BE and AA. RGB value is (220,190,170). Sum of RGB (Red+Green+Blue) = 220+190+170=580 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.93% from 580); Green value is 190 (74.61% from 255 or 32.76% from 580); Blue value is 170 (66.80% from 255 or 29.31% from 580); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBEAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBEAA is #234155. Grayscale: #C4C4C4. Windows color (decimal): -2310486 or 11189980. OLE color: 11189980.

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

Color convert

RGB220190170-
CMYK00.140.230.14
HSL24º41.67%76.47%-
HSV(B)24º22.73%86.27%-
XYZ55.1854.9445.73-
YUV196.69112.94144.63-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.93%
GREEN value IS 190 (74.61% from 255) = 32.76%
BLUE value IS 170 (66.80% from 255) = 29.31%
R=37.93%
G=32.76%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019017000.140.230.142441.6776.47
HexDCBEAA0E17E182a4c
Octal33427625201627163052114
Binary11011100101111101010101001110101111110110001010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBEAA; }

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

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

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

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

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

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

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

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