Html Css Color HEX #D1B477 Putty

📋 copy color: '#D1B477'

red 209 ◦ green 180 ◦ blue 119

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

Shades of Putty #D1B477

Tints of Putty #D1B477

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.43%

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

R = 41.14%
G = 35.43%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D1B477 (or 0xD1B477) is known color: Putty. HEX triplet: D1, B4 and 77. RGB value is (209,180,119). Sum of RGB (Red+Green+Blue) = 209+180+119=508 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.14% from 508); Green value is 180 (70.70% from 255 or 35.43% from 508); Blue value is 119 (46.88% from 255 or 23.43% from 508); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B477 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1B477 is #2E4B88. Grayscale: #B5B5B5. Windows color (decimal): -3033993 or 7845073. OLE color: 7845073.

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

Color convert

RGB 209 180 119 -
CMYK 0 0.14 0.43 0.18
HSL 40.67º 0.49% 0.64% -
HSV(B) 40.67º 0.43% 0.82% -
XYZ 45.95 47.53 24.21 -
YUV 181.72 92.61 147.46 -
System Red Green Blue C M Y K H S L
Decimal 209 180 119 0 0.14 0.43 0.18 40.67 0.49 0.64
Hex D1 B4 77 0 E 2B 12 29 31 40
Octal 321 264 167 0 16 53 22 51 61 100
Binary 11010001 10110100 1110111 0 1110 101011 10010 101001 110001 1000000

Color Harmonies of #D1B477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B477

Black with #D1B477

Text Example


Text Example

White with #D1B477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B477; }

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

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

background-color css

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

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

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

border-color css

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

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

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