#D0B294

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

Shades of Cashmere #D0B294

Tints of Cashmere #D0B294

Color information

#D0B294 (or 0xD0B294) is unknown color: approx Cashmere. HEX triplet: D0, B2 and 94. RGB value is (208,178,148). Sum of RGB (Red+Green+Blue) = 208+178+148=534 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.95% from 534); Green value is 178 (69.92% from 255 or 33.33% from 534); Blue value is 148 (58.20% from 255 or 27.72% from 534); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B294 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0B294 is #2F4D6B. Grayscale: #B7B7B7. Windows color (decimal): -3100012 or 9745104. OLE color: 9745104.

HSL color Cylindrical-coordinate representation of color #D0B294: hue angle of 30º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D0B294 is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB208178148-
CMYK00.140.290.18
HSL30º38.96%69.8%-
HSV(B)30º28.85%81.57%-
XYZ47.2847.3934.67-
YUV183.55107.94145.44-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.95%
GREEN value IS 178 (69.92% from 255) = 33.33%
BLUE value IS 148 (58.20% from 255) = 27.72%
R=38.95%
G=33.33%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20817814800.140.290.183038.9669.8
HexD0B2940E1D121e2746
Octal32026222401635223647106
Binary110100001011001010010100011101110110010111101001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B294; }

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

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

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

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

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

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

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

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