Html Css Color HEX #D1B376 Putty

📋 copy color: '#D1B376'

red 209 ◦ green 179 ◦ blue 118

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

Shades of Putty #D1B376

Tints of Putty #D1B376

RGB

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

 GREEN value IS 179 (70.31% from 255) = 35.38%

 BLUE value IS 118 (46.48% from 255) = 23.32%

R = 41.3%
G = 35.38%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D1B376 (or 0xD1B376) is known color: Putty. HEX triplet: D1, B3 and 76. RGB value is (209,179,118). Sum of RGB (Red+Green+Blue) = 209+179+118=506 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.30% from 506); Green value is 179 (70.31% from 255 or 35.38% from 506); Blue value is 118 (46.48% from 255 or 23.32% from 506); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B376 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1B376 is #2E4C89. Grayscale: #B5B5B5. Windows color (decimal): -3034250 or 7779281. OLE color: 7779281.

HSL color Cylindrical-coordinate representation of color #D1B376: hue angle of 40.22º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D1B376 is Cyan = 0, Magento = 0.14, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 179 118 -
CMYK 0 0.14 0.44 0.18
HSL 40.22º 0.5% 0.64% -
HSV(B) 40.22º 0.44% 0.82% -
XYZ 45.68 47.1 23.82 -
YUV 181.02 92.44 147.96 -
System Red Green Blue C M Y K H S L
Decimal 209 179 118 0 0.14 0.44 0.18 40.22 0.5 0.64
Hex D1 B3 76 0 E 2C 12 28 32 40
Octal 321 263 166 0 16 54 22 50 62 100
Binary 11010001 10110011 1110110 0 1110 101100 10010 101000 110010 1000000

Color Harmonies of #D1B376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B376

Black with #D1B376

Text Example


Text Example

White with #D1B376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B376; }

 p { color: rgb(209,179,118); }

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

background-color css

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

 a { background-color: rgb(209,179,118); }

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

border-color css

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

 span { border-color: rgb(209,179,118); }

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