Html Css Color HEX #D5AD99 Cashmere

📋 copy color: '#D5AD99'

red 213 ◦ green 173 ◦ blue 153

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

Shades of Cashmere #D5AD99

Tints of Cashmere #D5AD99

RGB

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

 GREEN value IS 173 (67.97% from 255) = 32.1%

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

R = 39.52%
G = 32.1%
B = 28.39%

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

#D5AD99 (or 0xD5AD99) is known color: Cashmere. HEX triplet: D5, AD and 99. RGB value is (213,173,153). Sum of RGB (Red+Green+Blue) = 213+173+153=539 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.52% from 539); Green value is 173 (67.97% from 255 or 32.10% from 539); Blue value is 153 (60.16% from 255 or 28.39% from 539); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AD99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5AD99 is #2A5266. Grayscale: #B6B6B6. Windows color (decimal): -2773607 or 10071509. OLE color: 10071509.

HSL color Cylindrical-coordinate representation of color #D5AD99: hue angle of 20º 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 #D5AD99 is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 173 153 -
CMYK 0 0.19 0.28 0.16
HSL 20º 0.42% 0.72% -
HSV(B) 20º 0.28% 0.84% -
XYZ 48.13 46.33 36.54 -
YUV 182.68 111.25 149.63 -
System Red Green Blue C M Y K H S L
Decimal 213 173 153 0 0.19 0.28 0.16 20 0.42 0.72
Hex D5 AD 99 0 13 1C 10 14 2A 48
Octal 325 255 231 0 23 34 20 24 52 110
Binary 11010101 10101101 10011001 0 10011 11100 10000 10100 101010 1001000

Color Harmonies of #D5AD99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AD99

Black with #D5AD99

Text Example


Text Example

White with #D5AD99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AD99; }

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

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

background-color css

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

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

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

border-color css

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

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

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