Html Css Color HEX #D4B79F Cashmere

📋 copy color: '#D4B79F'

red 212 ◦ green 183 ◦ blue 159

#D4B79F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cashmere #D4B79F

Tints of Cashmere #D4B79F

RGB

 RED value IS 212 (83.2% from 255) = 38.27%

 GREEN value IS 183 (71.88% from 255) = 33.03%

 BLUE value IS 159 (62.5% from 255) = 28.7%

R = 38.27%
G = 33.03%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.25

 K value IS 0.17

RGB Variations

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

Color information

#D4B79F (or 0xD4B79F) is known color: Cashmere. HEX triplet: D4, B7 and 9F. RGB value is (212,183,159). Sum of RGB (Red+Green+Blue) = 212+183+159=554 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.27% from 554); Green value is 183 (71.88% from 255 or 33.03% from 554); Blue value is 159 (62.5% from 255 or 28.70% from 554); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B79F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4B79F is #2B4860. Grayscale: #BDBDBD. Windows color (decimal): -2836577 or 10467284. OLE color: 10467284.

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

Color convert

RGB 212 183 159 -
CMYK 0 0.14 0.25 0.17
HSL 27.17º 0.38% 0.73% -
HSV(B) 27.17º 0.25% 0.83% -
XYZ 50.34 50.37 39.87 -
YUV 188.94 111.11 144.45 -
System Red Green Blue C M Y K H S L
Decimal 212 183 159 0 0.14 0.25 0.17 27.17 0.38 0.73
Hex D4 B7 9F 0 E 19 11 1B 26 49
Octal 324 267 237 0 16 31 21 33 46 111
Binary 11010100 10110111 10011111 0 1110 11001 10001 11011 100110 1001001

Color Harmonies of #D4B79F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B79F

Black with #D4B79F

Text Example


Text Example

White with #D4B79F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B79F; }

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

 H1.HeaderClassName
 {
   color: #D4B79F;
 }
 .AnyTagClassName
 {
   color: #D4B79F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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