Html Css Color HEX #D7AF6B Putty

📋 copy color: '#D7AF6B'

red 215 ◦ green 175 ◦ blue 107

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

Shades of Putty #D7AF6B

Tints of Putty #D7AF6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 21.53%

R = 43.26%
G = 35.21%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D7AF6B (or 0xD7AF6B) is known color: Putty. HEX triplet: D7, AF and 6B. RGB value is (215,175,107). Sum of RGB (Red+Green+Blue) = 215+175+107=497 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.26% from 497); Green value is 175 (68.75% from 255 or 35.21% from 497); Blue value is 107 (42.19% from 255 or 21.53% from 497); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AF6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7AF6B is #285094. Grayscale: #B3B3B3. Windows color (decimal): -2642069 or 7057367. OLE color: 7057367.

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

Color convert

RGB 215 175 107 -
CMYK 0 0.19 0.50 0.16
HSL 37.78º 0.57% 0.63% -
HSV(B) 37.78º 0.5% 0.84% -
XYZ 46.01 46.17 20.4 -
YUV 179.21 87.25 153.53 -
System Red Green Blue C M Y K H S L
Decimal 215 175 107 0 0.19 0.50 0.16 37.78 0.57 0.63
Hex D7 AF 6B 0 13 32 10 26 39 3F
Octal 327 257 153 0 23 62 20 46 71 77
Binary 11010111 10101111 1101011 0 10011 110010 10000 100110 111001 111111

Color Harmonies of #D7AF6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AF6B

Black with #D7AF6B

Text Example


Text Example

White with #D7AF6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AF6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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