Html Css Color HEX #D5AF99 Cashmere

📋 copy color: '#D5AF99'

red 213 ◦ green 175 ◦ blue 153

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

Shades of Cashmere #D5AF99

Tints of Cashmere #D5AF99

RGB

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

 GREEN value IS 175 (68.75% from 255) = 32.35%

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

R = 39.37%
G = 32.35%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D5AF99 (or 0xD5AF99) is known color: Cashmere. HEX triplet: D5, AF and 99. RGB value is (213,175,153). Sum of RGB (Red+Green+Blue) = 213+175+153=541 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.37% from 541); Green value is 175 (68.75% from 255 or 32.35% from 541); Blue value is 153 (60.16% from 255 or 28.28% from 541); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AF99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5AF99 is #2A5066. Grayscale: #B7B7B7. Windows color (decimal): -2773095 or 10072021. OLE color: 10072021.

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

Color convert

RGB 213 175 153 -
CMYK 0 0.18 0.28 0.16
HSL 22º 0.42% 0.72% -
HSV(B) 22º 0.28% 0.84% -
XYZ 48.52 47.11 36.67 -
YUV 183.85 110.59 148.79 -
System Red Green Blue C M Y K H S L
Decimal 213 175 153 0 0.18 0.28 0.16 22 0.42 0.72
Hex D5 AF 99 0 12 1C 10 16 2A 48
Octal 325 257 231 0 22 34 20 26 52 110
Binary 11010101 10101111 10011001 0 10010 11100 10000 10110 101010 1001000

Color Harmonies of #D5AF99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AF99

Black with #D5AF99

Text Example


Text Example

White with #D5AF99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AF99; }

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

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

background-color css

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

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

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

border-color css

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

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

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