Html Css Color HEX #D1B577 Putty

📋 copy color: '#D1B577'

red 209 ◦ green 181 ◦ blue 119

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

Shades of Putty #D1B577

Tints of Putty #D1B577

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 23.38%

R = 41.06%
G = 35.56%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D1B577 (or 0xD1B577) is known color: Putty. HEX triplet: D1, B5 and 77. RGB value is (209,181,119). Sum of RGB (Red+Green+Blue) = 209+181+119=509 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.06% from 509); Green value is 181 (71.09% from 255 or 35.56% from 509); Blue value is 119 (46.88% from 255 or 23.38% from 509); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B577 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1B577 is #2E4A88. Grayscale: #B6B6B6. Windows color (decimal): -3033737 or 7845329. OLE color: 7845329.

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

Color convert

RGB 209 181 119 -
CMYK 0 0.13 0.43 0.18
HSL 41.33º 0.49% 0.64% -
HSV(B) 41.33º 0.43% 0.82% -
XYZ 46.15 47.93 24.27 -
YUV 182.3 92.28 147.04 -
System Red Green Blue C M Y K H S L
Decimal 209 181 119 0 0.13 0.43 0.18 41.33 0.49 0.64
Hex D1 B5 77 0 D 2B 12 29 31 40
Octal 321 265 167 0 15 53 22 51 61 100
Binary 11010001 10110101 1110111 0 1101 101011 10010 101001 110001 1000000

Color Harmonies of #D1B577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B577

Black with #D1B577

Text Example


Text Example

White with #D1B577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B577; }

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

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

background-color css

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

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

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

border-color css

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

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

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