Html Css Color HEX #D6B771 Putty

📋 copy color: '#D6B771'

red 214 ◦ green 183 ◦ blue 113

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

Shades of Putty #D6B771

Tints of Putty #D6B771

RGB

 RED value IS 214 (83.98% from 255) = 41.96%

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

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

R = 41.96%
G = 35.88%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D6B771 (or 0xD6B771) is known color: Putty. HEX triplet: D6, B7 and 71. RGB value is (214,183,113). Sum of RGB (Red+Green+Blue) = 214+183+113=510 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.96% from 510); Green value is 183 (71.88% from 255 or 35.88% from 510); Blue value is 113 (44.53% from 255 or 22.16% from 510); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B771 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B771 is #29488E. Grayscale: #B8B8B8. Windows color (decimal): -2705551 or 7452630. OLE color: 7452630.

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

Color convert

RGB 214 183 113 -
CMYK 0 0.14 0.47 0.16
HSL 41.58º 0.55% 0.64% -
HSV(B) 41.58º 0.47% 0.84% -
XYZ 47.65 49.36 22.64 -
YUV 184.29 87.77 149.19 -
System Red Green Blue C M Y K H S L
Decimal 214 183 113 0 0.14 0.47 0.16 41.58 0.55 0.64
Hex D6 B7 71 0 E 2F 10 2A 37 40
Octal 326 267 161 0 16 57 20 52 67 100
Binary 11010110 10110111 1110001 0 1110 101111 10000 101010 110111 1000000

Color Harmonies of #D6B771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B771

Black with #D6B771

Text Example


Text Example

White with #D6B771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B771; }

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

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

background-color css

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

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

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

border-color css

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

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

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