Html Css Color HEX #D4AF76 Putty

📋 copy color: '#D4AF76'

red 212 ◦ green 175 ◦ blue 118

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

Shades of Putty #D4AF76

Tints of Putty #D4AF76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 23.37%

R = 41.98%
G = 34.65%
B = 23.37%

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

#D4AF76 (or 0xD4AF76) is known color: Putty. HEX triplet: D4, AF and 76. RGB value is (212,175,118). Sum of RGB (Red+Green+Blue) = 212+175+118=505 (66% of max value = 765). Red value is 212 (83.20% from 255 or 41.98% from 505); Green value is 175 (68.75% from 255 or 34.65% from 505); Blue value is 118 (46.48% from 255 or 23.37% from 505); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AF76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4AF76 is #2B5089. Grayscale: #B3B3B3. Windows color (decimal): -2838666 or 7778260. OLE color: 7778260.

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

Color convert

RGB 212 175 118 -
CMYK 0 0.17 0.44 0.17
HSL 36.38º 0.52% 0.65% -
HSV(B) 36.38º 0.44% 0.83% -
XYZ 45.75 45.97 23.6 -
YUV 179.57 93.26 151.13 -
System Red Green Blue C M Y K H S L
Decimal 212 175 118 0 0.17 0.44 0.17 36.38 0.52 0.65
Hex D4 AF 76 0 11 2C 11 24 34 41
Octal 324 257 166 0 21 54 21 44 64 101
Binary 11010100 10101111 1110110 0 10001 101100 10001 100100 110100 1000001

Color Harmonies of #D4AF76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AF76

Black with #D4AF76

Text Example


Text Example

White with #D4AF76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AF76; }

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

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

background-color css

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

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

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

border-color css

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

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

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