Html Css Color HEX #D4AB77 Putty

📋 copy color: '#D4AB77'

red 212 ◦ green 171 ◦ blue 119

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

Shades of Putty #D4AB77

Tints of Putty #D4AB77

RGB

 RED value IS 212 (83.2% from 255) = 42.23%

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

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

R = 42.23%
G = 34.06%
B = 23.71%

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

#D4AB77 (or 0xD4AB77) is known color: Putty. HEX triplet: D4, AB and 77. RGB value is (212,171,119). Sum of RGB (Red+Green+Blue) = 212+171+119=502 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.23% from 502); Green value is 171 (67.19% from 255 or 34.06% from 502); Blue value is 119 (46.88% from 255 or 23.71% from 502); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AB77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4AB77 is #2B5488. Grayscale: #B1B1B1. Windows color (decimal): -2839689 or 7842772. OLE color: 7842772.

HSL color Cylindrical-coordinate representation of color #D4AB77: hue angle of 33.55º degrees, saturation: 0.52, 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 #D4AB77 is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 171 119 -
CMYK 0 0.19 0.44 0.17
HSL 33.55º 0.52% 0.65% -
HSV(B) 33.55º 0.44% 0.83% -
XYZ 45.04 44.45 23.66 -
YUV 177.33 95.08 152.73 -
System Red Green Blue C M Y K H S L
Decimal 212 171 119 0 0.19 0.44 0.17 33.55 0.52 0.65
Hex D4 AB 77 0 13 2C 11 22 34 41
Octal 324 253 167 0 23 54 21 42 64 101
Binary 11010100 10101011 1110111 0 10011 101100 10001 100010 110100 1000001

Color Harmonies of #D4AB77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AB77

Black with #D4AB77

Text Example


Text Example

White with #D4AB77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AB77; }

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

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

background-color css

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

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

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

border-color css

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

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

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