Html Css Color HEX #D5AC99 Cashmere

📋 copy color: '#D5AC99'

red 213 ◦ green 172 ◦ blue 153

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

Shades of Cashmere #D5AC99

Tints of Cashmere #D5AC99

RGB

 RED value IS 213 (83.59% from 255) = 39.59%

 GREEN value IS 172 (67.58% from 255) = 31.97%

 BLUE value IS 153 (60.16% from 255) = 28.44%

R = 39.59%
G = 31.97%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D5AC99 (or 0xD5AC99) is known color: Cashmere. HEX triplet: D5, AC and 99. RGB value is (213,172,153). Sum of RGB (Red+Green+Blue) = 213+172+153=538 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.59% from 538); Green value is 172 (67.58% from 255 or 31.97% from 538); Blue value is 153 (60.16% from 255 or 28.44% from 538); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AC99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5AC99 is #2A5366. Grayscale: #B6B6B6. Windows color (decimal): -2773863 or 10071253. OLE color: 10071253.

HSL color Cylindrical-coordinate representation of color #D5AC99: hue angle of 19º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D5AC99 is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 172 153 -
CMYK 0 0.19 0.28 0.16
HSL 19º 0.42% 0.72% -
HSV(B) 19º 0.28% 0.84% -
XYZ 47.94 45.95 36.48 -
YUV 182.09 111.58 150.04 -
System Red Green Blue C M Y K H S L
Decimal 213 172 153 0 0.19 0.28 0.16 19 0.42 0.72
Hex D5 AC 99 0 13 1C 10 13 2A 48
Octal 325 254 231 0 23 34 20 23 52 110
Binary 11010101 10101100 10011001 0 10011 11100 10000 10011 101010 1001000

Color Harmonies of #D5AC99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AC99

Black with #D5AC99

Text Example


Text Example

White with #D5AC99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AC99; }

 p { color: rgb(213,172,153); }

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

background-color css

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

 a { background-color: rgb(213,172,153); }

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

border-color css

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

 span { border-color: rgb(213,172,153); }

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