Html Css Color HEX #D6B172 Putty

📋 copy color: '#D6B172'

red 214 ◦ green 177 ◦ blue 114

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

Shades of Putty #D6B172

Tints of Putty #D6B172

RGB

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

 GREEN value IS 177 (69.53% from 255) = 35.05%

 BLUE value IS 114 (44.92% from 255) = 22.57%

R = 42.38%
G = 35.05%
B = 22.57%

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

#D6B172 (or 0xD6B172) is known color: Putty. HEX triplet: D6, B1 and 72. RGB value is (214,177,114). Sum of RGB (Red+Green+Blue) = 214+177+114=505 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.38% from 505); Green value is 177 (69.53% from 255 or 35.05% from 505); Blue value is 114 (44.92% from 255 or 22.57% from 505); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B172 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6B172 is #294E8D. Grayscale: #B5B5B5. Windows color (decimal): -2707086 or 7516630. OLE color: 7516630.

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

Color convert

RGB 214 177 114 -
CMYK 0 0.17 0.47 0.16
HSL 37.8º 0.55% 0.64% -
HSV(B) 37.8º 0.47% 0.84% -
XYZ 46.49 46.96 22.53 -
YUV 180.88 90.26 151.62 -
System Red Green Blue C M Y K H S L
Decimal 214 177 114 0 0.17 0.47 0.16 37.8 0.55 0.64
Hex D6 B1 72 0 11 2F 10 26 37 40
Octal 326 261 162 0 21 57 20 46 67 100
Binary 11010110 10110001 1110010 0 10001 101111 10000 100110 110111 1000000

Color Harmonies of #D6B172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B172

Black with #D6B172

Text Example


Text Example

White with #D6B172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B172; }

 p { color: rgb(214,177,114); }

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

background-color css

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

 a { background-color: rgb(214,177,114); }

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

border-color css

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

 span { border-color: rgb(214,177,114); }

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