Html Css Color HEX #D7AF90 Cashmere

📋 copy color: '#D7AF90'

red 215 ◦ green 175 ◦ blue 144

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

Shades of Cashmere #D7AF90

Tints of Cashmere #D7AF90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 26.97%

R = 40.26%
G = 32.77%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D7AF90 (or 0xD7AF90) is known color: Cashmere. HEX triplet: D7, AF and 90. RGB value is (215,175,144). Sum of RGB (Red+Green+Blue) = 215+175+144=534 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.26% from 534); Green value is 175 (68.75% from 255 or 32.77% from 534); Blue value is 144 (56.64% from 255 or 26.97% from 534); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AF90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7AF90 is #28506F. Grayscale: #B7B7B7. Windows color (decimal): -2642032 or 9482199. OLE color: 9482199.

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

Color convert

RGB 215 175 144 -
CMYK 0 0.19 0.33 0.16
HSL 26.2º 0.47% 0.7% -
HSV(B) 26.2º 0.33% 0.84% -
XYZ 48.39 47.12 32.93 -
YUV 183.43 105.75 150.52 -
System Red Green Blue C M Y K H S L
Decimal 215 175 144 0 0.19 0.33 0.16 26.2 0.47 0.7
Hex D7 AF 90 0 13 21 10 1A 2F 46
Octal 327 257 220 0 23 41 20 32 57 106
Binary 11010111 10101111 10010000 0 10011 100001 10000 11010 101111 1000110

Color Harmonies of #D7AF90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AF90

Black with #D7AF90

Text Example


Text Example

White with #D7AF90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AF90; }

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

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

background-color css

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

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

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

border-color css

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

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

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