Html Css Color HEX #D6B471 Putty

📋 copy color: '#D6B471'

red 214 ◦ green 180 ◦ blue 113

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

Shades of Putty #D6B471

Tints of Putty #D6B471

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.5%

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

R = 42.21%
G = 35.5%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D6B471 (or 0xD6B471) is known color: Putty. HEX triplet: D6, B4 and 71. RGB value is (214,180,113). Sum of RGB (Red+Green+Blue) = 214+180+113=507 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.21% from 507); Green value is 180 (70.70% from 255 or 35.50% from 507); Blue value is 113 (44.53% from 255 or 22.29% from 507); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B471 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B471 is #294B8E. Grayscale: #B6B6B6. Windows color (decimal): -2706319 or 7451862. OLE color: 7451862.

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

Color convert

RGB 214 180 113 -
CMYK 0 0.16 0.47 0.16
HSL 39.8º 0.55% 0.64% -
HSV(B) 39.8º 0.47% 0.84% -
XYZ 47.03 48.13 22.43 -
YUV 182.53 88.76 150.45 -
System Red Green Blue C M Y K H S L
Decimal 214 180 113 0 0.16 0.47 0.16 39.8 0.55 0.64
Hex D6 B4 71 0 10 2F 10 28 37 40
Octal 326 264 161 0 20 57 20 50 67 100
Binary 11010110 10110100 1110001 0 10000 101111 10000 101000 110111 1000000

Color Harmonies of #D6B471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B471

Black with #D6B471

Text Example


Text Example

White with #D6B471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B471; }

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

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

background-color css

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

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

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

border-color css

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

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

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