Html Css Color HEX #D7AF6D Putty

📋 copy color: '#D7AF6D'

red 215 ◦ green 175 ◦ blue 109

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

Shades of Putty #D7AF6D

Tints of Putty #D7AF6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 21.84%

R = 43.09%
G = 35.07%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D7AF6D (or 0xD7AF6D) is known color: Putty. HEX triplet: D7, AF and 6D. RGB value is (215,175,109). Sum of RGB (Red+Green+Blue) = 215+175+109=499 (66% of max value = 765). Red value is 215 (84.38% from 255 or 43.09% from 499); Green value is 175 (68.75% from 255 or 35.07% from 499); Blue value is 109 (42.97% from 255 or 21.84% from 499); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AF6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7AF6D is #285092. Grayscale: #B3B3B3. Windows color (decimal): -2642067 or 7188439. OLE color: 7188439.

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

Color convert

RGB 215 175 109 -
CMYK 0 0.19 0.49 0.16
HSL 37.36º 0.57% 0.64% -
HSV(B) 37.36º 0.49% 0.84% -
XYZ 46.11 46.21 20.96 -
YUV 179.44 88.25 153.37 -
System Red Green Blue C M Y K H S L
Decimal 215 175 109 0 0.19 0.49 0.16 37.36 0.57 0.64
Hex D7 AF 6D 0 13 31 10 25 39 40
Octal 327 257 155 0 23 61 20 45 71 100
Binary 11010111 10101111 1101101 0 10011 110001 10000 100101 111001 1000000

Color Harmonies of #D7AF6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AF6D

Black with #D7AF6D

Text Example


Text Example

White with #D7AF6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AF6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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