#D5B29A

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

Shades of Cashmere #D5B29A

Tints of Cashmere #D5B29A

Color information

#D5B29A (or 0xD5B29A) is unknown color: approx Cashmere. HEX triplet: D5, B2 and 9A. RGB value is (213,178,154). Sum of RGB (Red+Green+Blue) = 213+178+154=545 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.08% from 545); Green value is 178 (69.92% from 255 or 32.66% from 545); Blue value is 154 (60.55% from 255 or 28.26% from 545); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B29A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5B29A is #2A4D65. Grayscale: #B9B9B9. Windows color (decimal): -2772326 or 10138325. OLE color: 10138325.

HSL color Cylindrical-coordinate representation of color #D5B29A: hue angle of 24.41º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D5B29A is Cyan = 0, Magento = 0.16, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB213178154-
CMYK00.160.280.16
HSL24.41º41.26%71.96%-
HSV(B)24.41º27.7%83.53%-
XYZ49.1948.3237.31-
YUV185.73110.1147.45-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.08%
GREEN value IS 178 (69.92% from 255) = 32.66%
BLUE value IS 154 (60.55% from 255) = 28.26%
R=39.08%
G=32.66%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.28
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317815400.160.280.1624.4141.2671.96
HexD5B29A0101C10182948
Octal32526223202034203051110
Binary1101010110110010100110100100001110010000110001010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5B29A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5B29A; }

 p { color: rgb(213,178,154); }

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

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

 a { background-color: rgb(213,178,154); }

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

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

 span { border-color: rgb(213,178,154); }

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