#D4BCAC

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

Shades of Just Right #D4BCAC

Tints of Just Right #D4BCAC

Color information

#D4BCAC (or 0xD4BCAC) is unknown color: approx Just Right. HEX triplet: D4, BC and AC. RGB value is (212,188,172). Sum of RGB (Red+Green+Blue) = 212+188+172=572 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.06% from 572); Green value is 188 (73.83% from 255 or 32.87% from 572); Blue value is 172 (67.58% from 255 or 30.07% from 572); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4BCAC is #2B4353. Grayscale: #C1C1C1. Windows color (decimal): -2835284 or 11320532. OLE color: 11320532.

HSL color Cylindrical-coordinate representation of color #D4BCAC: hue angle of 24º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D4BCAC is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.17.

Color convert

RGB212188172-
CMYK00.110.190.17
HSL24º31.75%75.29%-
HSV(B)24º18.87%83.14%-
XYZ52.5852.9446.48-
YUV193.35115.95141.3-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.06%
GREEN value IS 188 (73.83% from 255) = 32.87%
BLUE value IS 172 (67.58% from 255) = 30.07%
R=37.06%
G=32.87%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.19
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21218817200.110.190.172431.7575.29
HexD4BCAC0B131118204b
Octal32427425401323213040113
Binary110101001011110010101100010111001110001110001000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4BCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4BCAC; }

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

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

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

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

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

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

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

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