#D5B7A4

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

Shades of Just Right #D5B7A4

Tints of Just Right #D5B7A4

Color information

#D5B7A4 (or 0xD5B7A4) is unknown color: approx Just Right. HEX triplet: D5, B7 and A4. RGB value is (213,183,164). Sum of RGB (Red+Green+Blue) = 213+183+164=560 (74% of max value = 765). Red value is 213 (83.59% from 255 or 38.04% from 560); Green value is 183 (71.88% from 255 or 32.68% from 560); Blue value is 164 (64.45% from 255 or 29.29% from 560); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B7A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5B7A4 is #2A485B. Grayscale: #BDBDBD. Windows color (decimal): -2771036 or 10794965. OLE color: 10794965.

HSL color Cylindrical-coordinate representation of color #D5B7A4: hue angle of 23.27º degrees, saturation: 0.37, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D5B7A4 is Cyan = 0, Magento = 0.14, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB213183164-
CMYK00.140.230.16
HSL23.27º36.84%73.92%-
HSV(B)23.27º23%83.53%-
XYZ51.0750.6942.21-
YUV189.8113.44144.54-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.04%
GREEN value IS 183 (71.88% from 255) = 32.68%
BLUE value IS 164 (64.45% from 255) = 29.29%
R=38.04%
G=32.68%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.23
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21318316400.140.230.1623.2736.8473.92
HexD5B7A40E171017254a
Octal32526724401627202745112
Binary110101011011011110100100011101011110000101111001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B7A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B7A4; }

 p { color: rgb(213,183,164); }

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

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

 a { background-color: rgb(213,183,164); }

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

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

 span { border-color: rgb(213,183,164); }

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