#D6B8A5

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

Shades of Just Right #D6B8A5

Tints of Just Right #D6B8A5

Color information

#D6B8A5 (or 0xD6B8A5) is unknown color: approx Just Right. HEX triplet: D6, B8 and A5. RGB value is (214,184,165). Sum of RGB (Red+Green+Blue) = 214+184+165=563 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.01% from 563); Green value is 184 (72.27% from 255 or 32.68% from 563); Blue value is 165 (64.84% from 255 or 29.31% from 563); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B8A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6B8A5 is #29475A. Grayscale: #BEBEBE. Windows color (decimal): -2705243 or 10860758. OLE color: 10860758.

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

Color convert

RGB214184165-
CMYK00.140.230.16
HSL23.27º37.4%74.31%-
HSV(B)23.27º22.9%83.92%-
XYZ51.6651.2942.78-
YUV190.8113.44144.54-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.01%
GREEN value IS 184 (72.27% from 255) = 32.68%
BLUE value IS 165 (64.84% from 255) = 29.31%
R=38.01%
G=32.68%
B=29.31%

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
Decimal21418416500.140.230.1623.2737.474.31
HexD6B8A50E171017254a
Octal32627024501627202745112
Binary110101101011100010100101011101011110000101111001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6B8A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6B8A5; }

 p { color: rgb(214,184,165); }

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

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

 a { background-color: rgb(214,184,165); }

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

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

 span { border-color: rgb(214,184,165); }

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