Html Css Color HEX #D9B293 Cashmere

📋 copy color: '#D9B293'

red 217 ◦ green 178 ◦ blue 147

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

Shades of Cashmere #D9B293

Tints of Cashmere #D9B293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 27.12%

R = 40.04%
G = 32.84%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D9B293 (or 0xD9B293) is known color: Cashmere. HEX triplet: D9, B2 and 93. RGB value is (217,178,147). Sum of RGB (Red+Green+Blue) = 217+178+147=542 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.04% from 542); Green value is 178 (69.92% from 255 or 32.84% from 542); Blue value is 147 (57.81% from 255 or 27.12% from 542); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B293 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9B293 is #264D6C. Grayscale: #BABABA. Windows color (decimal): -2510189 or 9679577. OLE color: 9679577.

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

Color convert

RGB 217 178 147 -
CMYK 0 0.18 0.32 0.15
HSL 26.57º 0.48% 0.71% -
HSV(B) 26.57º 0.32% 0.85% -
XYZ 49.8 48.7 34.38 -
YUV 186.13 105.92 150.02 -
System Red Green Blue C M Y K H S L
Decimal 217 178 147 0 0.18 0.32 0.15 26.57 0.48 0.71
Hex D9 B2 93 0 12 20 F 1B 30 47
Octal 331 262 223 0 22 40 17 33 60 107
Binary 11011001 10110010 10010011 0 10010 100000 1111 11011 110000 1000111

Color Harmonies of #D9B293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B293

Black with #D9B293

Text Example


Text Example

White with #D9B293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B293; }

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

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

background-color css

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

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

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

border-color css

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

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

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