#DCBEAD

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

Shades of Just Right #DCBEAD

Tints of Just Right #DCBEAD

Color information

#DCBEAD (or 0xDCBEAD) is unknown color: approx Just Right. HEX triplet: DC, BE and AD. RGB value is (220,190,173). Sum of RGB (Red+Green+Blue) = 220+190+173=583 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.74% from 583); Green value is 190 (74.61% from 255 or 32.59% from 583); Blue value is 173 (67.97% from 255 or 29.67% from 583); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBEAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBEAD is #234152. Grayscale: #C5C5C5. Windows color (decimal): -2310483 or 11386588. OLE color: 11386588.

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

Color convert

RGB220190173-
CMYK00.140.210.14
HSL21.7º40.17%77.06%-
HSV(B)21.7º21.36%86.27%-
XYZ55.4755.0647.24-
YUV197.03114.44144.38-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.74%
GREEN value IS 190 (74.61% from 255) = 32.59%
BLUE value IS 173 (67.97% from 255) = 29.67%
R=37.74%
G=32.59%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019017300.140.210.1421.740.1777.06
HexDCBEAD0E15E16284d
Octal33427625501625162650115
Binary11011100101111101010110101110101011110101101010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBEAD; }

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

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

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

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

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

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

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

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