Html Css Color HEX #D1B16E Putty

📋 copy color: '#D1B16E'

red 209 ◦ green 177 ◦ blue 110

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

Shades of Putty #D1B16E

Tints of Putty #D1B16E

RGB

 RED value IS 209 (82.03% from 255) = 42.14%

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

 BLUE value IS 110 (43.36% from 255) = 22.18%

R = 42.14%
G = 35.69%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D1B16E (or 0xD1B16E) is known color: Putty. HEX triplet: D1, B1 and 6E. RGB value is (209,177,110). Sum of RGB (Red+Green+Blue) = 209+177+110=496 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.14% from 496); Green value is 177 (69.53% from 255 or 35.69% from 496); Blue value is 110 (43.36% from 255 or 22.18% from 496); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B16E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1B16E is #2E4E91. Grayscale: #B3B3B3. Windows color (decimal): -3034770 or 7254481. OLE color: 7254481.

HSL color Cylindrical-coordinate representation of color #D1B16E: hue angle of 40.61º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D1B16E is Cyan = 0, Magento = 0.15, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 177 110 -
CMYK 0 0.15 0.47 0.18
HSL 40.61º 0.52% 0.63% -
HSV(B) 40.61º 0.47% 0.82% -
XYZ 44.83 46.13 21.29 -
YUV 178.93 89.1 149.45 -
System Red Green Blue C M Y K H S L
Decimal 209 177 110 0 0.15 0.47 0.18 40.61 0.52 0.63
Hex D1 B1 6E 0 F 2F 12 29 34 3F
Octal 321 261 156 0 17 57 22 51 64 77
Binary 11010001 10110001 1101110 0 1111 101111 10010 101001 110100 111111

Color Harmonies of #D1B16E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B16E

Black with #D1B16E

Text Example


Text Example

White with #D1B16E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B16E; }

 p { color: rgb(209,177,110); }

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

background-color css

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

 a { background-color: rgb(209,177,110); }

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

border-color css

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

 span { border-color: rgb(209,177,110); }

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