#D5B9A4

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

Shades of Just Right #D5B9A4

Tints of Just Right #D5B9A4

Color information

#D5B9A4 (or 0xD5B9A4) is unknown color: approx Just Right. HEX triplet: D5, B9 and A4. RGB value is (213,185,164). Sum of RGB (Red+Green+Blue) = 213+185+164=562 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.90% from 562); Green value is 185 (72.66% from 255 or 32.92% from 562); Blue value is 164 (64.45% from 255 or 29.18% from 562); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B9A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5B9A4 is #2A465B. Grayscale: #BFBFBF. Windows color (decimal): -2770524 or 10795477. OLE color: 10795477.

HSL color Cylindrical-coordinate representation of color #D5B9A4: hue angle of 25.71º 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 #D5B9A4 is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB213185164-
CMYK00.130.230.16
HSL25.71º36.84%73.92%-
HSV(B)25.71º23%83.53%-
XYZ51.4951.5242.35-
YUV190.98112.78143.71-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.90%
GREEN value IS 185 (72.66% from 255) = 32.92%
BLUE value IS 164 (64.45% from 255) = 29.18%
R=37.90%
G=32.92%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.23
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21318516400.130.230.1625.7136.8473.92
HexD5B9A40D17101a254a
Octal32527124401527203245112
Binary110101011011100110100100011011011110000110101001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B9A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B9A4; }

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

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

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

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

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

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

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

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