Html Css Color HEX #D7B771 Putty

📋 copy color: '#D7B771'

red 215 ◦ green 183 ◦ blue 113

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

Shades of Putty #D7B771

Tints of Putty #D7B771

RGB

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

 GREEN value IS 183 (71.88% from 255) = 35.81%

 BLUE value IS 113 (44.53% from 255) = 22.11%

R = 42.07%
G = 35.81%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D7B771 (or 0xD7B771) is known color: Putty. HEX triplet: D7, B7 and 71. RGB value is (215,183,113). Sum of RGB (Red+Green+Blue) = 215+183+113=511 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.07% from 511); Green value is 183 (71.88% from 255 or 35.81% from 511); Blue value is 113 (44.53% from 255 or 22.11% from 511); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B771 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7B771 is #28488E. Grayscale: #B8B8B8. Windows color (decimal): -2640015 or 7452631. OLE color: 7452631.

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

Color convert

RGB 215 183 113 -
CMYK 0 0.15 0.47 0.16
HSL 41.18º 0.56% 0.64% -
HSV(B) 41.18º 0.47% 0.84% -
XYZ 47.94 49.51 22.65 -
YUV 184.59 87.6 149.69 -
System Red Green Blue C M Y K H S L
Decimal 215 183 113 0 0.15 0.47 0.16 41.18 0.56 0.64
Hex D7 B7 71 0 F 2F 10 29 38 40
Octal 327 267 161 0 17 57 20 51 70 100
Binary 11010111 10110111 1110001 0 1111 101111 10000 101001 111000 1000000

Color Harmonies of #D7B771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B771

Black with #D7B771

Text Example


Text Example

White with #D7B771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B771; }

 p { color: rgb(215,183,113); }

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

background-color css

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

 a { background-color: rgb(215,183,113); }

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

border-color css

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

 span { border-color: rgb(215,183,113); }

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