Html Css Color HEX #D6B16C Putty

📋 copy color: '#D6B16C'

red 214 ◦ green 177 ◦ blue 108

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

Shades of Putty #D6B16C

Tints of Putty #D6B16C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 21.64%

R = 42.89%
G = 35.47%
B = 21.64%

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

#D6B16C (or 0xD6B16C) is known color: Putty. HEX triplet: D6, B1 and 6C. RGB value is (214,177,108). Sum of RGB (Red+Green+Blue) = 214+177+108=499 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.89% from 499); Green value is 177 (69.53% from 255 or 35.47% from 499); Blue value is 108 (42.58% from 255 or 21.64% from 499); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B16C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6B16C is #294E93. Grayscale: #B4B4B4. Windows color (decimal): -2707092 or 7123414. OLE color: 7123414.

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

Color convert

RGB 214 177 108 -
CMYK 0 0.17 0.50 0.16
HSL 39.06º 0.56% 0.63% -
HSV(B) 39.06º 0.5% 0.84% -
XYZ 46.16 46.82 20.79 -
YUV 180.2 87.26 152.11 -
System Red Green Blue C M Y K H S L
Decimal 214 177 108 0 0.17 0.50 0.16 39.06 0.56 0.63
Hex D6 B1 6C 0 11 32 10 27 38 3F
Octal 326 261 154 0 21 62 20 47 70 77
Binary 11010110 10110001 1101100 0 10001 110010 10000 100111 111000 111111

Color Harmonies of #D6B16C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B16C

Black with #D6B16C

Text Example


Text Example

White with #D6B16C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B16C; }

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

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

background-color css

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

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

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

border-color css

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

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

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