#D7BDAD

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

Shades of Just Right #D7BDAD

Tints of Just Right #D7BDAD

Color information

#D7BDAD (or 0xD7BDAD) is unknown color: approx Just Right. HEX triplet: D7, BD and AD. RGB value is (215,189,173). Sum of RGB (Red+Green+Blue) = 215+189+173=577 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.26% from 577); Green value is 189 (74.22% from 255 or 32.76% from 577); Blue value is 173 (67.97% from 255 or 29.98% from 577); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BDAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7BDAD is #284252. Grayscale: #C3C3C3. Windows color (decimal): -2638419 or 11386327. OLE color: 11386327.

HSL color Cylindrical-coordinate representation of color #D7BDAD: hue angle of 22.86º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D7BDAD is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB215189173-
CMYK00.120.200.16
HSL22.86º34.43%76.08%-
HSV(B)22.86º19.53%84.31%-
XYZ53.7653.8647.1-
YUV194.95115.61142.3-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.26%
GREEN value IS 189 (74.22% from 255) = 32.76%
BLUE value IS 173 (67.97% from 255) = 29.98%
R=37.26%
G=32.76%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21518917300.120.200.1622.8634.4376.08
HexD7BDAD0C141017224c
Octal32727525501424202742114
Binary110101111011110110101101011001010010000101111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7BDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7BDAD; }

 p { color: rgb(215,189,173); }

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

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

 a { background-color: rgb(215,189,173); }

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

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

 span { border-color: rgb(215,189,173); }

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