Html Css Color HEX #D4AF77 Putty

📋 copy color: '#D4AF77'

red 212 ◦ green 175 ◦ blue 119

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

Shades of Putty #D4AF77

Tints of Putty #D4AF77

RGB

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

 GREEN value IS 175 (68.75% from 255) = 34.58%

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

R = 41.9%
G = 34.58%
B = 23.52%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.44

 K value IS 0.17

RGB Variations

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

Color information

#D4AF77 (or 0xD4AF77) is known color: Putty. HEX triplet: D4, AF and 77. RGB value is (212,175,119). Sum of RGB (Red+Green+Blue) = 212+175+119=506 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.90% from 506); Green value is 175 (68.75% from 255 or 34.58% from 506); Blue value is 119 (46.88% from 255 or 23.52% from 506); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AF77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4AF77 is #2B5088. Grayscale: #B3B3B3. Windows color (decimal): -2838665 or 7843796. OLE color: 7843796.

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

Color convert

RGB 212 175 119 -
CMYK 0 0.17 0.44 0.17
HSL 36.13º 0.52% 0.65% -
HSV(B) 36.13º 0.44% 0.83% -
XYZ 45.81 45.99 23.92 -
YUV 179.68 93.76 151.05 -
System Red Green Blue C M Y K H S L
Decimal 212 175 119 0 0.17 0.44 0.17 36.13 0.52 0.65
Hex D4 AF 77 0 11 2C 11 24 34 41
Octal 324 257 167 0 21 54 21 44 64 101
Binary 11010100 10101111 1110111 0 10001 101100 10001 100100 110100 1000001

Color Harmonies of #D4AF77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AF77

Black with #D4AF77

Text Example


Text Example

White with #D4AF77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AF77; }

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

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

background-color css

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

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

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

border-color css

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

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

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