Html Css Color HEX #D7AB6B Putty

📋 copy color: '#D7AB6B'

red 215 ◦ green 171 ◦ blue 107

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

Shades of Putty #D7AB6B

Tints of Putty #D7AB6B

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.69%

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

R = 43.61%
G = 34.69%
B = 21.7%

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

#D7AB6B (or 0xD7AB6B) is known color: Putty. HEX triplet: D7, AB and 6B. RGB value is (215,171,107). Sum of RGB (Red+Green+Blue) = 215+171+107=493 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.61% from 493); Green value is 171 (67.19% from 255 or 34.69% from 493); Blue value is 107 (42.19% from 255 or 21.70% from 493); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AB6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7AB6B is #285494. Grayscale: #B1B1B1. Windows color (decimal): -2643093 or 7056343. OLE color: 7056343.

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

Color convert

RGB 215 171 107 -
CMYK 0 0.20 0.50 0.16
HSL 35.56º 0.57% 0.63% -
HSV(B) 35.56º 0.5% 0.84% -
XYZ 45.24 44.63 20.14 -
YUV 176.86 88.58 155.2 -
System Red Green Blue C M Y K H S L
Decimal 215 171 107 0 0.20 0.50 0.16 35.56 0.57 0.63
Hex D7 AB 6B 0 14 32 10 24 39 3F
Octal 327 253 153 0 24 62 20 44 71 77
Binary 11010111 10101011 1101011 0 10100 110010 10000 100100 111001 111111

Color Harmonies of #D7AB6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AB6B

Black with #D7AB6B

Text Example


Text Example

White with #D7AB6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AB6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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