Html Css Color HEX #D5AC76 Putty

📋 copy color: '#D5AC76'

red 213 ◦ green 172 ◦ blue 118

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

Shades of Putty #D5AC76

Tints of Putty #D5AC76

RGB

 RED value IS 213 (83.59% from 255) = 42.35%

 GREEN value IS 172 (67.58% from 255) = 34.19%

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

R = 42.35%
G = 34.19%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D5AC76 (or 0xD5AC76) is known color: Putty. HEX triplet: D5, AC and 76. RGB value is (213,172,118). Sum of RGB (Red+Green+Blue) = 213+172+118=503 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.35% from 503); Green value is 172 (67.58% from 255 or 34.19% from 503); Blue value is 118 (46.48% from 255 or 23.46% from 503); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AC76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AC76 is #2A5389. Grayscale: #B2B2B2. Windows color (decimal): -2773898 or 7777493. OLE color: 7777493.

HSL color Cylindrical-coordinate representation of color #D5AC76: hue angle of 34.11º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D5AC76 is Cyan = 0, Magento = 0.19, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 172 118 -
CMYK 0 0.19 0.45 0.16
HSL 34.11º 0.53% 0.65% -
HSV(B) 34.11º 0.45% 0.84% -
XYZ 45.46 44.96 23.42 -
YUV 178.1 94.08 152.89 -
System Red Green Blue C M Y K H S L
Decimal 213 172 118 0 0.19 0.45 0.16 34.11 0.53 0.65
Hex D5 AC 76 0 13 2D 10 22 35 41
Octal 325 254 166 0 23 55 20 42 65 101
Binary 11010101 10101100 1110110 0 10011 101101 10000 100010 110101 1000001

Color Harmonies of #D5AC76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AC76

Black with #D5AC76

Text Example


Text Example

White with #D5AC76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AC76; }

 p { color: rgb(213,172,118); }

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

background-color css

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

 a { background-color: rgb(213,172,118); }

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

border-color css

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

 span { border-color: rgb(213,172,118); }

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