Html Css Color HEX #D6B16B Putty

📋 copy color: '#D6B16B'

red 214 ◦ green 177 ◦ blue 107

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

Shades of Putty #D6B16B

Tints of Putty #D6B16B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 21.49%

R = 42.97%
G = 35.54%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D6B16B (or 0xD6B16B) is known color: Putty. HEX triplet: D6, B1 and 6B. RGB value is (214,177,107). Sum of RGB (Red+Green+Blue) = 214+177+107=498 (65% of max value = 765). Red value is 214 (83.98% from 255 or 42.97% from 498); Green value is 177 (69.53% from 255 or 35.54% from 498); Blue value is 107 (42.19% from 255 or 21.49% from 498); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B16B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6B16B is #294E94. Grayscale: #B4B4B4. Windows color (decimal): -2707093 or 7057878. OLE color: 7057878.

HSL color Cylindrical-coordinate representation of color #D6B16B: hue angle of 39.25º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D6B16B is Cyan = 0, Magento = 0.17, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 177 107 -
CMYK 0 0.17 0.50 0.16
HSL 39.25º 0.57% 0.63% -
HSV(B) 39.25º 0.5% 0.84% -
XYZ 46.11 46.8 20.51 -
YUV 180.08 86.76 152.19 -
System Red Green Blue C M Y K H S L
Decimal 214 177 107 0 0.17 0.50 0.16 39.25 0.57 0.63
Hex D6 B1 6B 0 11 32 10 27 39 3F
Octal 326 261 153 0 21 62 20 47 71 77
Binary 11010110 10110001 1101011 0 10001 110010 10000 100111 111001 111111

Color Harmonies of #D6B16B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B16B

Black with #D6B16B

Text Example


Text Example

White with #D6B16B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B16B; }

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

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

background-color css

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

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

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

border-color css

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

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

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