#D4BEAD

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

Shades of Just Right #D4BEAD

Tints of Just Right #D4BEAD

Color information

#D4BEAD (or 0xD4BEAD) is unknown color: approx Just Right. HEX triplet: D4, BE and AD. RGB value is (212,190,173). Sum of RGB (Red+Green+Blue) = 212+190+173=575 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.87% from 575); Green value is 190 (74.61% from 255 or 33.04% from 575); Blue value is 173 (67.97% from 255 or 30.09% from 575); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BEAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4BEAD is #2B4152. Grayscale: #C2C2C2. Windows color (decimal): -2834771 or 11386580. OLE color: 11386580.

HSL color Cylindrical-coordinate representation of color #D4BEAD: hue angle of 26.15º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D4BEAD is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB212190173-
CMYK00.100.180.17
HSL26.15º31.2%75.49%-
HSV(B)26.15º18.4%83.14%-
XYZ53.1153.8447.13-
YUV194.64115.79140.38-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.87%
GREEN value IS 190 (74.61% from 255) = 33.04%
BLUE value IS 173 (67.97% from 255) = 30.09%
R=36.87%
G=33.04%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21219017300.100.180.1726.1531.275.49
HexD4BEAD0A12111a1f4b
Octal32427625501222213237113
Binary11010100101111101010110101010100101000111010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4BEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4BEAD; }

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

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

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

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

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

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

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

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