#D5BAAA

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

Shades of Just Right #D5BAAA

Tints of Just Right #D5BAAA

Color information

#D5BAAA (or 0xD5BAAA) is unknown color: approx Just Right. HEX triplet: D5, BA and AA. RGB value is (213,186,170). Sum of RGB (Red+Green+Blue) = 213+186+170=569 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.43% from 569); Green value is 186 (73.05% from 255 or 32.69% from 569); Blue value is 170 (66.80% from 255 or 29.88% from 569); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BAAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BAAA is #2A4555. Grayscale: #C0C0C0. Windows color (decimal): -2770262 or 11188949. OLE color: 11188949.

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

Color convert

RGB213186170-
CMYK00.130.200.16
HSL22.33º33.86%75.1%-
HSV(B)22.33º20.19%83.53%-
XYZ52.2652.1745.35-
YUV192.25115.45142.8-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.43%
GREEN value IS 186 (73.05% from 255) = 32.69%
BLUE value IS 170 (66.80% from 255) = 29.88%
R=37.43%
G=32.69%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21318617000.130.200.1622.3333.8675.1
HexD5BAAA0D141016224b
Octal32527225201524202642113
Binary110101011011101010101010011011010010000101101000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BAAA; }

 p { color: rgb(213,186,170); }

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

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

 a { background-color: rgb(213,186,170); }

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

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

 span { border-color: rgb(213,186,170); }

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