#d6baa4

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

Shades of Just Right #D6BAA4

Tints of Just Right #D6BAA4

Color information

#D6BAA4 (or 0xD6BAA4) is unknown color: approx Just Right. HEX triplet: D6, BA and A4. RGB value is (214,186,164). Sum of RGB (Red+Green+Blue) = 214+186+164=564 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.94% from 564); Green value is 186 (73.05% from 255 or 32.98% from 564); Blue value is 164 (64.45% from 255 or 29.08% from 564); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BAA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BAA4 is #29455B. Grayscale: #BFBFBF. Windows color (decimal): -2704732 or 10795734. OLE color: 10795734.

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

Color convert

RGB214186164-
CMYK00.130.230.16
HSL26.4º37.88%74.12%-
HSV(B)26.4º23.36%83.92%-
XYZ51.9952.0942.44-
YUV191.86112.28143.79-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.94%
GREEN value IS 186 (73.05% from 255) = 32.98%
BLUE value IS 164 (64.45% from 255) = 29.08%
R=37.94%
G=32.98%
B=29.08%

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
Decimal21418616400.130.230.1626.437.8874.12
HexD6BAA40D17101a264a
Octal32627224401527203246112
Binary110101101011101010100100011011011110000110101001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d6baa4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d6baa4; }

 p { color: rgb(214,186,164); }

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

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

 a { background-color: rgb(214,186,164); }

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

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

 span { border-color: rgb(214,186,164); }

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