#D5BEAD

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

Shades of Just Right #D5BEAD

Tints of Just Right #D5BEAD

Color information

#D5BEAD (or 0xD5BEAD) is unknown color: approx Just Right. HEX triplet: D5, BE and AD. RGB value is (213,190,173). Sum of RGB (Red+Green+Blue) = 213+190+173=576 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.98% from 576); Green value is 190 (74.61% from 255 or 32.99% from 576); Blue value is 173 (67.97% from 255 or 30.03% from 576); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BEAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BEAD is #2A4152. Grayscale: #C3C3C3. Windows color (decimal): -2769235 or 11386581. OLE color: 11386581.

HSL color Cylindrical-coordinate representation of color #D5BEAD: hue angle of 25.5º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D5BEAD is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB213190173-
CMYK00.110.190.16
HSL25.5º32.26%75.69%-
HSV(B)25.5º18.78%83.53%-
XYZ53.453.9947.14-
YUV194.94115.62140.88-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.98%
GREEN value IS 190 (74.61% from 255) = 32.99%
BLUE value IS 173 (67.97% from 255) = 30.03%
R=36.98%
G=32.99%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21319017300.110.190.1625.532.2675.69
HexD5BEAD0B13101a204c
Octal32527625501323203240114
Binary110101011011111010101101010111001110000110101000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BEAD; }

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

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

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

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

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

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

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

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