Html Css Color HEX #D4B096 Cashmere

📋 copy color: '#D4B096'

red 212 ◦ green 176 ◦ blue 150

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

Shades of Cashmere #D4B096

Tints of Cashmere #D4B096

RGB

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

 GREEN value IS 176 (69.14% from 255) = 32.71%

 BLUE value IS 150 (58.98% from 255) = 27.88%

R = 39.41%
G = 32.71%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.29

 K value IS 0.17

RGB Variations

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

Color information

#D4B096 (or 0xD4B096) is known color: Cashmere. HEX triplet: D4, B0 and 96. RGB value is (212,176,150). Sum of RGB (Red+Green+Blue) = 212+176+150=538 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.41% from 538); Green value is 176 (69.14% from 255 or 32.71% from 538); Blue value is 150 (58.98% from 255 or 27.88% from 538); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B096 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4B096 is #2B4F69. Grayscale: #B7B7B7. Windows color (decimal): -2838378 or 9875668. OLE color: 9875668.

HSL color Cylindrical-coordinate representation of color #D4B096: hue angle of 25.16º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D4B096 is Cyan = 0, Magento = 0.17, Yellow = 0.29 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 176 150 -
CMYK 0 0.17 0.29 0.17
HSL 25.16º 0.42% 0.71% -
HSV(B) 25.16º 0.29% 0.83% -
XYZ 48.18 47.25 35.43 -
YUV 183.8 108.93 148.11 -
System Red Green Blue C M Y K H S L
Decimal 212 176 150 0 0.17 0.29 0.17 25.16 0.42 0.71
Hex D4 B0 96 0 11 1D 11 19 2A 47
Octal 324 260 226 0 21 35 21 31 52 107
Binary 11010100 10110000 10010110 0 10001 11101 10001 11001 101010 1000111

Color Harmonies of #D4B096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B096

Black with #D4B096

Text Example


Text Example

White with #D4B096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B096; }

 p { color: rgb(212,176,150); }

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

background-color css

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

 a { background-color: rgb(212,176,150); }

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

border-color css

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

 span { border-color: rgb(212,176,150); }

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