#D4B69B

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

Shades of Cashmere #D4B69B

Tints of Cashmere #D4B69B

Color information

#D4B69B (or 0xD4B69B) is unknown color: approx Cashmere. HEX triplet: D4, B6 and 9B. RGB value is (212,182,155). Sum of RGB (Red+Green+Blue) = 212+182+155=549 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.62% from 549); Green value is 182 (71.48% from 255 or 33.15% from 549); Blue value is 155 (60.94% from 255 or 28.23% from 549); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B69B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4B69B is #2B4964. Grayscale: #BCBCBC. Windows color (decimal): -2836837 or 10204884. OLE color: 10204884.

HSL color Cylindrical-coordinate representation of color #D4B69B: hue angle of 28.42º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D4B69B is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.17.

Color convert

RGB212182155-
CMYK00.140.270.17
HSL28.42º39.86%71.96%-
HSV(B)28.42º26.89%83.14%-
XYZ49.849.8238-
YUV187.89109.44145.2-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.62%
GREEN value IS 182 (71.48% from 255) = 33.15%
BLUE value IS 155 (60.94% from 255) = 28.23%
R=38.62%
G=33.15%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.27
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21218215500.140.270.1728.4239.8671.96
HexD4B69B0E1B111c2848
Octal32426623301633213450110
Binary110101001011011010011011011101101110001111001010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4B69B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4B69B; }

 p { color: rgb(212,182,155); }

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

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

 a { background-color: rgb(212,182,155); }

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

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

 span { border-color: rgb(212,182,155); }

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