Html Css Color HEX #D9B296 Cashmere

📋 copy color: '#D9B296'

red 217 ◦ green 178 ◦ blue 150

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

Shades of Cashmere #D9B296

Tints of Cashmere #D9B296

RGB

 RED value IS 217 (85.16% from 255) = 39.82%

 GREEN value IS 178 (69.92% from 255) = 32.66%

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

R = 39.82%
G = 32.66%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D9B296 (or 0xD9B296) is known color: Cashmere. HEX triplet: D9, B2 and 96. RGB value is (217,178,150). Sum of RGB (Red+Green+Blue) = 217+178+150=545 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.82% from 545); Green value is 178 (69.92% from 255 or 32.66% from 545); Blue value is 150 (58.98% from 255 or 27.52% from 545); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B296 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9B296 is #264D69. Grayscale: #BABABA. Windows color (decimal): -2510186 or 9876185. OLE color: 9876185.

HSL color Cylindrical-coordinate representation of color #D9B296: hue angle of 25.07º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D9B296 is Cyan = 0, Magento = 0.18, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 178 150 -
CMYK 0 0.18 0.31 0.15
HSL 25.07º 0.47% 0.72% -
HSV(B) 25.07º 0.31% 0.85% -
XYZ 50.04 48.79 35.64 -
YUV 186.47 107.42 149.78 -
System Red Green Blue C M Y K H S L
Decimal 217 178 150 0 0.18 0.31 0.15 25.07 0.47 0.72
Hex D9 B2 96 0 12 1F F 19 2F 48
Octal 331 262 226 0 22 37 17 31 57 110
Binary 11011001 10110010 10010110 0 10010 11111 1111 11001 101111 1001000

Color Harmonies of #D9B296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B296

Black with #D9B296

Text Example


Text Example

White with #D9B296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B296; }

 p { color: rgb(217,178,150); }

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

background-color css

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

 a { background-color: rgb(217,178,150); }

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

border-color css

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

 span { border-color: rgb(217,178,150); }

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