Html Css Color HEX #D7AF92 Cashmere

📋 copy color: '#D7AF92'

red 215 ◦ green 175 ◦ blue 146

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

Shades of Cashmere #D7AF92

Tints of Cashmere #D7AF92

RGB

 RED value IS 215 (84.38% from 255) = 40.11%

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

 BLUE value IS 146 (57.42% from 255) = 27.24%

R = 40.11%
G = 32.65%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D7AF92 (or 0xD7AF92) is known color: Cashmere. HEX triplet: D7, AF and 92. RGB value is (215,175,146). Sum of RGB (Red+Green+Blue) = 215+175+146=536 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.11% from 536); Green value is 175 (68.75% from 255 or 32.65% from 536); Blue value is 146 (57.42% from 255 or 27.24% from 536); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AF92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7AF92 is #28506D. Grayscale: #B7B7B7. Windows color (decimal): -2642030 or 9613271. OLE color: 9613271.

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

Color convert

RGB 215 175 146 -
CMYK 0 0.19 0.32 0.16
HSL 25.22º 0.46% 0.71% -
HSV(B) 25.22º 0.32% 0.84% -
XYZ 48.54 47.18 33.74 -
YUV 183.65 106.75 150.36 -
System Red Green Blue C M Y K H S L
Decimal 215 175 146 0 0.19 0.32 0.16 25.22 0.46 0.71
Hex D7 AF 92 0 13 20 10 19 2E 47
Octal 327 257 222 0 23 40 20 31 56 107
Binary 11010111 10101111 10010010 0 10011 100000 10000 11001 101110 1000111

Color Harmonies of #D7AF92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AF92

Black with #D7AF92

Text Example


Text Example

White with #D7AF92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AF92; }

 p { color: rgb(215,175,146); }

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

background-color css

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

 a { background-color: rgb(215,175,146); }

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

border-color css

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

 span { border-color: rgb(215,175,146); }

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