Html Css Color HEX #D5AF98 Cashmere

📋 copy color: '#D5AF98'

red 213 ◦ green 175 ◦ blue 152

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

Shades of Cashmere #D5AF98

Tints of Cashmere #D5AF98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 28.15%

R = 39.44%
G = 32.41%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D5AF98 (or 0xD5AF98) is known color: Cashmere. HEX triplet: D5, AF and 98. RGB value is (213,175,152). Sum of RGB (Red+Green+Blue) = 213+175+152=540 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.44% from 540); Green value is 175 (68.75% from 255 or 32.41% from 540); Blue value is 152 (59.77% from 255 or 28.15% from 540); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AF98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5AF98 is #2A5067. Grayscale: #B7B7B7. Windows color (decimal): -2773096 or 10006485. OLE color: 10006485.

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

Color convert

RGB 213 175 152 -
CMYK 0 0.18 0.29 0.16
HSL 22.62º 0.42% 0.72% -
HSV(B) 22.62º 0.29% 0.84% -
XYZ 48.44 47.07 36.24 -
YUV 183.74 110.09 148.87 -
System Red Green Blue C M Y K H S L
Decimal 213 175 152 0 0.18 0.29 0.16 22.62 0.42 0.72
Hex D5 AF 98 0 12 1D 10 17 2A 48
Octal 325 257 230 0 22 35 20 27 52 110
Binary 11010101 10101111 10011000 0 10010 11101 10000 10111 101010 1001000

Color Harmonies of #D5AF98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AF98

Black with #D5AF98

Text Example


Text Example

White with #D5AF98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AF98; }

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

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

background-color css

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

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

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

border-color css

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

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

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