#D0B29D

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

Shades of Cashmere #D0B29D

Tints of Cashmere #D0B29D

Color information

#D0B29D (or 0xD0B29D) is unknown color: approx Cashmere. HEX triplet: D0, B2 and 9D. RGB value is (208,178,157). Sum of RGB (Red+Green+Blue) = 208+178+157=543 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.31% from 543); Green value is 178 (69.92% from 255 or 32.78% from 543); Blue value is 157 (61.72% from 255 or 28.91% from 543); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B29D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0B29D is #2F4D62. Grayscale: #B8B8B8. Windows color (decimal): -3100003 or 10334928. OLE color: 10334928.

HSL color Cylindrical-coordinate representation of color #D0B29D: hue angle of 24.71º degrees, saturation: 0.35, 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 #D0B29D is Cyan = 0, Magento = 0.14, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB208178157-
CMYK00.140.250.18
HSL24.71º35.17%71.57%-
HSV(B)24.71º24.52%81.57%-
XYZ48.0247.6938.57-
YUV184.58112.44144.71-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.31%
GREEN value IS 178 (69.92% from 255) = 32.78%
BLUE value IS 157 (61.72% from 255) = 28.91%
R=38.31%
G=32.78%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20817815700.140.250.1824.7135.1771.57
HexD0B29D0E1912192348
Octal32026223501631223143110
Binary110100001011001010011101011101100110010110011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B29D; }

 p { color: rgb(208,178,157); }

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

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

 a { background-color: rgb(208,178,157); }

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

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

 span { border-color: rgb(208,178,157); }

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