#D5BCAD

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

Shades of Just Right #D5BCAD

Tints of Just Right #D5BCAD

Color information

#D5BCAD (or 0xD5BCAD) is unknown color: approx Just Right. HEX triplet: D5, BC and AD. RGB value is (213,188,173). Sum of RGB (Red+Green+Blue) = 213+188+173=574 (76% of max value = 765). Red value is 213 (83.59% from 255 or 37.11% from 574); Green value is 188 (73.83% from 255 or 32.75% from 574); Blue value is 173 (67.97% from 255 or 30.14% from 574); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BCAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BCAD is #2A4352. Grayscale: #C1C1C1. Windows color (decimal): -2769747 or 11386069. OLE color: 11386069.

HSL color Cylindrical-coordinate representation of color #D5BCAD: hue angle of 22.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 #D5BCAD is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB213188173-
CMYK00.120.190.16
HSL22.5º32.26%75.69%-
HSV(B)22.5º18.78%83.53%-
XYZ52.9753.1347-
YUV193.76116.28141.72-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.11%
GREEN value IS 188 (73.83% from 255) = 32.75%
BLUE value IS 173 (67.97% from 255) = 30.14%
R=37.11%
G=32.75%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21318817300.120.190.1622.532.2675.69
HexD5BCAD0C131017204c
Octal32527425501423202740114
Binary110101011011110010101101011001001110000101111000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BCAD; }

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

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

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

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

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

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

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

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