Html Css Color HEX #D7B371 Putty

📋 copy color: '#D7B371'

red 215 ◦ green 179 ◦ blue 113

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

Shades of Putty #D7B371

Tints of Putty #D7B371

RGB

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

 GREEN value IS 179 (70.31% from 255) = 35.31%

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

R = 42.41%
G = 35.31%
B = 22.29%

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

#D7B371 (or 0xD7B371) is known color: Putty. HEX triplet: D7, B3 and 71. RGB value is (215,179,113). Sum of RGB (Red+Green+Blue) = 215+179+113=507 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.41% from 507); Green value is 179 (70.31% from 255 or 35.31% from 507); Blue value is 113 (44.53% from 255 or 22.29% from 507); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B371 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7B371 is #284C8E. Grayscale: #B6B6B6. Windows color (decimal): -2641039 or 7451607. OLE color: 7451607.

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

Color convert

RGB 215 179 113 -
CMYK 0 0.17 0.47 0.16
HSL 38.82º 0.56% 0.64% -
HSV(B) 38.82º 0.47% 0.84% -
XYZ 47.13 47.88 22.38 -
YUV 182.24 88.93 151.37 -
System Red Green Blue C M Y K H S L
Decimal 215 179 113 0 0.17 0.47 0.16 38.82 0.56 0.64
Hex D7 B3 71 0 11 2F 10 27 38 40
Octal 327 263 161 0 21 57 20 47 70 100
Binary 11010111 10110011 1110001 0 10001 101111 10000 100111 111000 1000000

Color Harmonies of #D7B371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B371

Black with #D7B371

Text Example


Text Example

White with #D7B371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B371; }

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

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

background-color css

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

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

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

border-color css

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

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

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