#D2B29E

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

Shades of Cashmere #D2B29E

Tints of Cashmere #D2B29E

Color information

#D2B29E (or 0xD2B29E) is unknown color: approx Cashmere. HEX triplet: D2, B2 and 9E. RGB value is (210,178,158). Sum of RGB (Red+Green+Blue) = 210+178+158=546 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.46% from 546); Green value is 178 (69.92% from 255 or 32.60% from 546); Blue value is 158 (62.11% from 255 or 28.94% from 546); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B29E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2B29E is #2D4D61. Grayscale: #B9B9B9. Windows color (decimal): -2968930 or 10400466. OLE color: 10400466.

HSL color Cylindrical-coordinate representation of color #D2B29E: hue angle of 23.08º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D2B29E is Cyan = 0, Magento = 0.15, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB210178158-
CMYK00.150.250.18
HSL23.08º36.62%72.16%-
HSV(B)23.08º24.76%82.35%-
XYZ48.6748.0139.05-
YUV185.29112.6145.63-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.46%
GREEN value IS 178 (69.92% from 255) = 32.60%
BLUE value IS 158 (62.11% from 255) = 28.94%
R=38.46%
G=32.60%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21017815800.150.250.1823.0836.6272.16
HexD2B29E0F1912172548
Octal32226223601731222745110
Binary110100101011001010011110011111100110010101111001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2B29E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2B29E; }

 p { color: rgb(210,178,158); }

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

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

 a { background-color: rgb(210,178,158); }

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

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

 span { border-color: rgb(210,178,158); }

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