Html Css Color HEX #D7AD6B Putty

📋 copy color: '#D7AD6B'

red 215 ◦ green 173 ◦ blue 107

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

Shades of Putty #D7AD6B

Tints of Putty #D7AD6B

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.95%

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

R = 43.43%
G = 34.95%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D7AD6B (or 0xD7AD6B) is known color: Putty. HEX triplet: D7, AD and 6B. RGB value is (215,173,107). Sum of RGB (Red+Green+Blue) = 215+173+107=495 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.43% from 495); Green value is 173 (67.97% from 255 or 34.95% from 495); Blue value is 107 (42.19% from 255 or 21.62% from 495); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AD6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7AD6B is #285294. Grayscale: #B2B2B2. Windows color (decimal): -2642581 or 7056855. OLE color: 7056855.

HSL color Cylindrical-coordinate representation of color #D7AD6B: hue angle of 36.67º 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 #D7AD6B is Cyan = 0, Magento = 0.20, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 173 107 -
CMYK 0 0.20 0.50 0.16
HSL 36.67º 0.57% 0.63% -
HSV(B) 36.67º 0.5% 0.84% -
XYZ 45.62 45.4 20.27 -
YUV 178.03 87.91 154.37 -
System Red Green Blue C M Y K H S L
Decimal 215 173 107 0 0.20 0.50 0.16 36.67 0.57 0.63
Hex D7 AD 6B 0 14 32 10 25 39 3F
Octal 327 255 153 0 24 62 20 45 71 77
Binary 11010111 10101101 1101011 0 10100 110010 10000 100101 111001 111111

Color Harmonies of #D7AD6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AD6B

Black with #D7AD6B

Text Example


Text Example

White with #D7AD6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AD6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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