Html Css Color HEX #D1B579 Putty

📋 copy color: '#D1B579'

red 209 ◦ green 181 ◦ blue 121

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

Shades of Putty #D1B579

Tints of Putty #D1B579

RGB

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

 GREEN value IS 181 (71.09% from 255) = 35.42%

 BLUE value IS 121 (47.66% from 255) = 23.68%

R = 40.9%
G = 35.42%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D1B579 (or 0xD1B579) is known color: Putty. HEX triplet: D1, B5 and 79. RGB value is (209,181,121). Sum of RGB (Red+Green+Blue) = 209+181+121=511 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.90% from 511); Green value is 181 (71.09% from 255 or 35.42% from 511); Blue value is 121 (47.66% from 255 or 23.68% from 511); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B579 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1B579 is #2E4A86. Grayscale: #B6B6B6. Windows color (decimal): -3033735 or 7976401. OLE color: 7976401.

HSL color Cylindrical-coordinate representation of color #D1B579: hue angle of 40.91º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D1B579 is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 181 121 -
CMYK 0 0.13 0.42 0.18
HSL 40.91º 0.49% 0.65% -
HSV(B) 40.91º 0.42% 0.82% -
XYZ 46.27 47.98 24.91 -
YUV 182.53 93.28 146.88 -
System Red Green Blue C M Y K H S L
Decimal 209 181 121 0 0.13 0.42 0.18 40.91 0.49 0.65
Hex D1 B5 79 0 D 2A 12 29 31 41
Octal 321 265 171 0 15 52 22 51 61 101
Binary 11010001 10110101 1111001 0 1101 101010 10010 101001 110001 1000001

Color Harmonies of #D1B579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B579

Black with #D1B579

Text Example


Text Example

White with #D1B579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B579; }

 p { color: rgb(209,181,121); }

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

background-color css

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

 a { background-color: rgb(209,181,121); }

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

border-color css

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

 span { border-color: rgb(209,181,121); }

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