#D4BCAA

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

Shades of Just Right #D4BCAA

Tints of Just Right #D4BCAA

Color information

#D4BCAA (or 0xD4BCAA) is unknown color: approx Just Right. HEX triplet: D4, BC and AA. RGB value is (212,188,170). Sum of RGB (Red+Green+Blue) = 212+188+170=570 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.19% from 570); Green value is 188 (73.83% from 255 or 32.98% from 570); Blue value is 170 (66.80% from 255 or 29.82% from 570); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BCAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4BCAA is #2B4355. Grayscale: #C1C1C1. Windows color (decimal): -2835286 or 11189460. OLE color: 11189460.

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

Color convert

RGB212188170-
CMYK00.110.200.17
HSL25.71º32.81%74.9%-
HSV(B)25.71º19.81%83.14%-
XYZ52.3952.8745.47-
YUV193.12114.95141.46-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.19%
GREEN value IS 188 (73.83% from 255) = 32.98%
BLUE value IS 170 (66.80% from 255) = 29.82%
R=37.19%
G=32.98%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.20
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21218817000.110.200.1725.7132.8174.9
HexD4BCAA0B14111a214b
Octal32427425201324213241113
Binary110101001011110010101010010111010010001110101000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4BCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4BCAA; }

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

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

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

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

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

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

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

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