Html Css Color HEX #D3AB77 Putty

📋 copy color: '#D3AB77'

red 211 ◦ green 171 ◦ blue 119

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

Shades of Putty #D3AB77

Tints of Putty #D3AB77

RGB

 RED value IS 211 (82.81% from 255) = 42.12%

 GREEN value IS 171 (67.19% from 255) = 34.13%

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

R = 42.12%
G = 34.13%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.44

 K value IS 0.17

RGB Variations

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

Color information

#D3AB77 (or 0xD3AB77) is known color: Putty. HEX triplet: D3, AB and 77. RGB value is (211,171,119). Sum of RGB (Red+Green+Blue) = 211+171+119=501 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.12% from 501); Green value is 171 (67.19% from 255 or 34.13% from 501); Blue value is 119 (46.88% from 255 or 23.75% from 501); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AB77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3AB77 is #2C5488. Grayscale: #B1B1B1. Windows color (decimal): -2905225 or 7842771. OLE color: 7842771.

HSL color Cylindrical-coordinate representation of color #D3AB77: hue angle of 33.91º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D3AB77 is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 171 119 -
CMYK 0 0.19 0.44 0.17
HSL 33.91º 0.51% 0.65% -
HSV(B) 33.91º 0.44% 0.83% -
XYZ 44.76 44.31 23.65 -
YUV 177.03 95.25 152.23 -
System Red Green Blue C M Y K H S L
Decimal 211 171 119 0 0.19 0.44 0.17 33.91 0.51 0.65
Hex D3 AB 77 0 13 2C 11 22 33 41
Octal 323 253 167 0 23 54 21 42 63 101
Binary 11010011 10101011 1110111 0 10011 101100 10001 100010 110011 1000001

Color Harmonies of #D3AB77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3AB77

Black with #D3AB77

Text Example


Text Example

White with #D3AB77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3AB77; }

 p { color: rgb(211,171,119); }

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

background-color css

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

 a { background-color: rgb(211,171,119); }

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

border-color css

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

 span { border-color: rgb(211,171,119); }

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