#D4BAAA

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

Shades of Just Right #D4BAAA

Tints of Just Right #D4BAAA

Color information

#D4BAAA (or 0xD4BAAA) is unknown color: approx Just Right. HEX triplet: D4, BA and AA. RGB value is (212,186,170). Sum of RGB (Red+Green+Blue) = 212+186+170=568 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.32% from 568); Green value is 186 (73.05% from 255 or 32.75% from 568); Blue value is 170 (66.80% from 255 or 29.93% from 568); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BAAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4BAAA is #2B4555. Grayscale: #C0C0C0. Windows color (decimal): -2835798 or 11188948. OLE color: 11188948.

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

Color convert

RGB212186170-
CMYK00.120.200.17
HSL22.86º32.81%74.9%-
HSV(B)22.86º19.81%83.14%-
XYZ51.9752.0245.33-
YUV191.95115.61142.3-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.32%
GREEN value IS 186 (73.05% from 255) = 32.75%
BLUE value IS 170 (66.80% from 255) = 29.93%
R=37.32%
G=32.75%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.20
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21218617000.120.200.1722.8632.8174.9
HexD4BAAA0C141117214b
Octal32427225201424212741113
Binary110101001011101010101010011001010010001101111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4BAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4BAAA; }

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

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

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

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

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

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

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

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