Html Css Color HEX #D2AF98 Cashmere

📋 copy color: '#D2AF98'

red 210 ◦ green 175 ◦ blue 152

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

Shades of Cashmere #D2AF98

Tints of Cashmere #D2AF98

RGB

 RED value IS 210 (82.42% from 255) = 39.11%

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

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

R = 39.11%
G = 32.59%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D2AF98 (or 0xD2AF98) is known color: Cashmere. HEX triplet: D2, AF and 98. RGB value is (210,175,152). Sum of RGB (Red+Green+Blue) = 210+175+152=537 (71% of max value = 765). Red value is 210 (82.42% from 255 or 39.11% from 537); Green value is 175 (68.75% from 255 or 32.59% from 537); Blue value is 152 (59.77% from 255 or 28.31% from 537); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AF98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2AF98 is #2D5067. Grayscale: #B6B6B6. Windows color (decimal): -2969704 or 10006482. OLE color: 10006482.

HSL color Cylindrical-coordinate representation of color #D2AF98: hue angle of 23.79º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D2AF98 is Cyan = 0, Magento = 0.17, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 175 152 -
CMYK 0 0.17 0.28 0.18
HSL 23.79º 0.39% 0.71% -
HSV(B) 23.79º 0.28% 0.82% -
XYZ 47.58 46.63 36.2 -
YUV 182.84 110.6 147.37 -
System Red Green Blue C M Y K H S L
Decimal 210 175 152 0 0.17 0.28 0.18 23.79 0.39 0.71
Hex D2 AF 98 0 11 1C 12 18 27 47
Octal 322 257 230 0 21 34 22 30 47 107
Binary 11010010 10101111 10011000 0 10001 11100 10010 11000 100111 1000111

Color Harmonies of #D2AF98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2AF98

Black with #D2AF98

Text Example


Text Example

White with #D2AF98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2AF98; }

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

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

background-color css

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

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

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

border-color css

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

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

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