#D6B9A4

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

Shades of Just Right #D6B9A4

Tints of Just Right #D6B9A4

Color information

#D6B9A4 (or 0xD6B9A4) is unknown color: approx Just Right. HEX triplet: D6, B9 and A4. RGB value is (214,185,164). Sum of RGB (Red+Green+Blue) = 214+185+164=563 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.01% from 563); Green value is 185 (72.66% from 255 or 32.86% from 563); Blue value is 164 (64.45% from 255 or 29.13% from 563); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B9A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6B9A4 is #29465B. Grayscale: #BFBFBF. Windows color (decimal): -2704988 or 10795478. OLE color: 10795478.

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

Color convert

RGB214185164-
CMYK00.140.230.16
HSL25.2º37.88%74.12%-
HSV(B)25.2º23.36%83.92%-
XYZ51.7851.6742.37-
YUV191.28112.61144.21-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.01%
GREEN value IS 185 (72.66% from 255) = 32.86%
BLUE value IS 164 (64.45% from 255) = 29.13%
R=38.01%
G=32.86%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.23
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21418516400.140.230.1625.237.8874.12
HexD6B9A40E171019264a
Octal32627124401627203146112
Binary110101101011100110100100011101011110000110011001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B9A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B9A4; }

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

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

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

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

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

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

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

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