#D4B79A

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

Shades of Cashmere #D4B79A

Tints of Cashmere #D4B79A

Color information

#D4B79A (or 0xD4B79A) is unknown color: approx Cashmere. HEX triplet: D4, B7 and 9A. RGB value is (212,183,154). Sum of RGB (Red+Green+Blue) = 212+183+154=549 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.62% from 549); Green value is 183 (71.88% from 255 or 33.33% from 549); Blue value is 154 (60.55% from 255 or 28.05% from 549); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B79A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4B79A is #2B4865. Grayscale: #BCBCBC. Windows color (decimal): -2836582 or 10139604. OLE color: 10139604.

HSL color Cylindrical-coordinate representation of color #D4B79A: hue angle of 30º 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 #D4B79A is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.17.

Color convert

RGB212183154-
CMYK00.140.270.17
HSL30º40.28%71.76%-
HSV(B)30º27.36%83.14%-
XYZ49.9250.237.63-
YUV188.36108.61144.86-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.62%
GREEN value IS 183 (71.88% from 255) = 33.33%
BLUE value IS 154 (60.55% from 255) = 28.05%
R=38.62%
G=33.33%
B=28.05%

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
Decimal21218315400.140.270.173040.2871.76
HexD4B79A0E1B111e2848
Octal32426723201633213650110
Binary110101001011011110011010011101101110001111101010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4B79A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4B79A; }

 p { color: rgb(212,183,154); }

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

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

 a { background-color: rgb(212,183,154); }

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

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

 span { border-color: rgb(212,183,154); }

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