Html Css Color HEX #D5AF6E Putty

📋 copy color: '#D5AF6E'

red 213 ◦ green 175 ◦ blue 110

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

Shades of Putty #D5AF6E

Tints of Putty #D5AF6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 22.09%

R = 42.77%
G = 35.14%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D5AF6E (or 0xD5AF6E) is known color: Putty. HEX triplet: D5, AF and 6E. RGB value is (213,175,110). Sum of RGB (Red+Green+Blue) = 213+175+110=498 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.77% from 498); Green value is 175 (68.75% from 255 or 35.14% from 498); Blue value is 110 (43.36% from 255 or 22.09% from 498); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AF6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AF6E is #2A5091. Grayscale: #B3B3B3. Windows color (decimal): -2773138 or 7253973. OLE color: 7253973.

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

Color convert

RGB 213 175 110 -
CMYK 0 0.18 0.48 0.16
HSL 37.86º 0.55% 0.63% -
HSV(B) 37.86º 0.48% 0.84% -
XYZ 45.59 45.93 21.22 -
YUV 178.95 89.09 152.29 -
System Red Green Blue C M Y K H S L
Decimal 213 175 110 0 0.18 0.48 0.16 37.86 0.55 0.63
Hex D5 AF 6E 0 12 30 10 26 37 3F
Octal 325 257 156 0 22 60 20 46 67 77
Binary 11010101 10101111 1101110 0 10010 110000 10000 100110 110111 111111

Color Harmonies of #D5AF6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AF6E

Black with #D5AF6E

Text Example


Text Example

White with #D5AF6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AF6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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