Html Css Color HEX #D7B271 Putty

📋 copy color: '#D7B271'

red 215 ◦ green 178 ◦ blue 113

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

Shades of Putty #D7B271

Tints of Putty #D7B271

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.18%

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

R = 42.49%
G = 35.18%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D7B271 (or 0xD7B271) is known color: Putty. HEX triplet: D7, B2 and 71. RGB value is (215,178,113). Sum of RGB (Red+Green+Blue) = 215+178+113=506 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.49% from 506); Green value is 178 (69.92% from 255 or 35.18% from 506); Blue value is 113 (44.53% from 255 or 22.33% from 506); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B271 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7B271 is #284D8E. Grayscale: #B5B5B5. Windows color (decimal): -2641295 or 7451351. OLE color: 7451351.

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

Color convert

RGB 215 178 113 -
CMYK 0 0.17 0.47 0.16
HSL 38.24º 0.56% 0.64% -
HSV(B) 38.24º 0.47% 0.84% -
XYZ 46.93 47.48 22.31 -
YUV 181.65 89.26 151.79 -
System Red Green Blue C M Y K H S L
Decimal 215 178 113 0 0.17 0.47 0.16 38.24 0.56 0.64
Hex D7 B2 71 0 11 2F 10 26 38 40
Octal 327 262 161 0 21 57 20 46 70 100
Binary 11010111 10110010 1110001 0 10001 101111 10000 100110 111000 1000000

Color Harmonies of #D7B271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B271

Black with #D7B271

Text Example


Text Example

White with #D7B271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B271; }

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

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

background-color css

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

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

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

border-color css

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

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

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