Html Css Color HEX #D6B271 Putty

📋 copy color: '#D6B271'

red 214 ◦ green 178 ◦ blue 113

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

Shades of Putty #D6B271

Tints of Putty #D6B271

RGB

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

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

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

R = 42.38%
G = 35.25%
B = 22.38%

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

#D6B271 (or 0xD6B271) is known color: Putty. HEX triplet: D6, B2 and 71. RGB value is (214,178,113). Sum of RGB (Red+Green+Blue) = 214+178+113=505 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.38% from 505); Green value is 178 (69.92% from 255 or 35.25% from 505); Blue value is 113 (44.53% from 255 or 22.38% from 505); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B271 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6B271 is #294D8E. Grayscale: #B5B5B5. Windows color (decimal): -2706831 or 7451350. OLE color: 7451350.

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

Color convert

RGB 214 178 113 -
CMYK 0 0.17 0.47 0.16
HSL 38.61º 0.55% 0.64% -
HSV(B) 38.61º 0.47% 0.84% -
XYZ 46.63 47.33 22.3 -
YUV 181.35 89.43 151.29 -
System Red Green Blue C M Y K H S L
Decimal 214 178 113 0 0.17 0.47 0.16 38.61 0.55 0.64
Hex D6 B2 71 0 11 2F 10 27 37 40
Octal 326 262 161 0 21 57 20 47 67 100
Binary 11010110 10110010 1110001 0 10001 101111 10000 100111 110111 1000000

Color Harmonies of #D6B271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B271

Black with #D6B271

Text Example


Text Example

White with #D6B271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B271; }

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

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

background-color css

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

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

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

border-color css

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

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

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