#D0B69C

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

Shades of Cashmere #D0B69C

Tints of Cashmere #D0B69C

Color information

#D0B69C (or 0xD0B69C) is unknown color: approx Cashmere. HEX triplet: D0, B6 and 9C. RGB value is (208,182,156). Sum of RGB (Red+Green+Blue) = 208+182+156=546 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.10% from 546); Green value is 182 (71.48% from 255 or 33.33% from 546); Blue value is 156 (61.33% from 255 or 28.57% from 546); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B69C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0B69C is #2F4963. Grayscale: #BABABA. Windows color (decimal): -3098980 or 10270416. OLE color: 10270416.

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

Color convert

RGB208182156-
CMYK00.120.250.18
HSL30º35.62%71.37%-
HSV(B)30º25%81.57%-
XYZ48.7449.2738.39-
YUV186.81110.61143.11-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.10%
GREEN value IS 182 (71.48% from 255) = 33.33%
BLUE value IS 156 (61.33% from 255) = 28.57%
R=38.10%
G=33.33%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20818215600.120.250.183035.6271.37
HexD0B69C0C19121e2447
Octal32026623401431223644107
Binary110100001011011010011100011001100110010111101001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B69C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B69C; }

 p { color: rgb(208,182,156); }

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

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

 a { background-color: rgb(208,182,156); }

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

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

 span { border-color: rgb(208,182,156); }

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