#D3B09A

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

Shades of Cashmere #D3B09A

Tints of Cashmere #D3B09A

Color information

#D3B09A (or 0xD3B09A) is unknown color: approx Cashmere. HEX triplet: D3, B0 and 9A. RGB value is (211,176,154). Sum of RGB (Red+Green+Blue) = 211+176+154=541 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.00% from 541); Green value is 176 (69.14% from 255 or 32.53% from 541); Blue value is 154 (60.55% from 255 or 28.47% from 541); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B09A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3B09A is #2C4F65. Grayscale: #B8B8B8. Windows color (decimal): -2903910 or 10137811. OLE color: 10137811.

HSL color Cylindrical-coordinate representation of color #D3B09A: hue angle of 23.16º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D3B09A is Cyan = 0, Magento = 0.17, Yellow = 0.27 and Black (K on CMYK) = 0.17.

Color convert

RGB211176154-
CMYK00.170.270.17
HSL23.16º39.31%71.57%-
HSV(B)23.16º27.01%82.75%-
XYZ48.2247.2337.15-
YUV183.96111.1147.29-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.00%
GREEN value IS 176 (69.14% from 255) = 32.53%
BLUE value IS 154 (60.55% from 255) = 28.47%
R=39.00%
G=32.53%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.27
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21117615400.170.270.1723.1639.3171.57
HexD3B09A0111B11172748
Octal32326023202133212747110
Binary1101001110110000100110100100011101110001101111001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3B09A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3B09A; }

 p { color: rgb(211,176,154); }

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

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

 a { background-color: rgb(211,176,154); }

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

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

 span { border-color: rgb(211,176,154); }

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