Html Css Color HEX #D6B871 Putty

📋 copy color: '#D6B871'

red 214 ◦ green 184 ◦ blue 113

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

Shades of Putty #D6B871

Tints of Putty #D6B871

RGB

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

 GREEN value IS 184 (72.27% from 255) = 36.01%

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

R = 41.88%
G = 36.01%
B = 22.11%

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

#D6B871 (or 0xD6B871) is known color: Putty. HEX triplet: D6, B8 and 71. RGB value is (214,184,113). Sum of RGB (Red+Green+Blue) = 214+184+113=511 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.88% from 511); Green value is 184 (72.27% from 255 or 36.01% from 511); Blue value is 113 (44.53% from 255 or 22.11% from 511); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B871 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B871 is #29478E. Grayscale: #B9B9B9. Windows color (decimal): -2705295 or 7452886. OLE color: 7452886.

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

Color convert

RGB 214 184 113 -
CMYK 0 0.14 0.47 0.16
HSL 42.18º 0.55% 0.64% -
HSV(B) 42.18º 0.47% 0.84% -
XYZ 47.85 49.77 22.71 -
YUV 184.88 87.44 148.77 -
System Red Green Blue C M Y K H S L
Decimal 214 184 113 0 0.14 0.47 0.16 42.18 0.55 0.64
Hex D6 B8 71 0 E 2F 10 2A 37 40
Octal 326 270 161 0 16 57 20 52 67 100
Binary 11010110 10111000 1110001 0 1110 101111 10000 101010 110111 1000000

Color Harmonies of #D6B871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B871

Black with #D6B871

Text Example


Text Example

White with #D6B871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B871; }

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

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

background-color css

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

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

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

border-color css

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

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

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