Html Css Color HEX #D1B779 Putty

📋 copy color: '#D1B779'

red 209 ◦ green 183 ◦ blue 121

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

Shades of Putty #D1B779

Tints of Putty #D1B779

RGB

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

 GREEN value IS 183 (71.88% from 255) = 35.67%

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

R = 40.74%
G = 35.67%
B = 23.59%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D1B779 (or 0xD1B779) is known color: Putty. HEX triplet: D1, B7 and 79. RGB value is (209,183,121). Sum of RGB (Red+Green+Blue) = 209+183+121=513 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.74% from 513); Green value is 183 (71.88% from 255 or 35.67% from 513); Blue value is 121 (47.66% from 255 or 23.59% from 513); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B779 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1B779 is #2E4886. Grayscale: #B7B7B7. Windows color (decimal): -3033223 or 7976913. OLE color: 7976913.

HSL color Cylindrical-coordinate representation of color #D1B779: hue angle of 42.27º 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 #D1B779 is Cyan = 0, Magento = 0.12, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 183 121 -
CMYK 0 0.12 0.42 0.18
HSL 42.27º 0.49% 0.65% -
HSV(B) 42.27º 0.42% 0.82% -
XYZ 46.68 48.8 25.05 -
YUV 183.71 92.61 146.04 -
System Red Green Blue C M Y K H S L
Decimal 209 183 121 0 0.12 0.42 0.18 42.27 0.49 0.65
Hex D1 B7 79 0 C 2A 12 2A 31 41
Octal 321 267 171 0 14 52 22 52 61 101
Binary 11010001 10110111 1111001 0 1100 101010 10010 101010 110001 1000001

Color Harmonies of #D1B779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B779

Black with #D1B779

Text Example


Text Example

White with #D1B779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B779; }

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

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

background-color css

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

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

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

border-color css

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

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

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