Html Css Color HEX #D5AC75 Putty

📋 copy color: '#D5AC75'

red 213 ◦ green 172 ◦ blue 117

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

Shades of Putty #D5AC75

Tints of Putty #D5AC75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 23.31%

R = 42.43%
G = 34.26%
B = 23.31%

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

#D5AC75 (or 0xD5AC75) is known color: Putty. HEX triplet: D5, AC and 75. RGB value is (213,172,117). Sum of RGB (Red+Green+Blue) = 213+172+117=502 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.43% from 502); Green value is 172 (67.58% from 255 or 34.26% from 502); Blue value is 117 (46.09% from 255 or 23.31% from 502); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AC75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AC75 is #2A538A. Grayscale: #B2B2B2. Windows color (decimal): -2773899 or 7711957. OLE color: 7711957.

HSL color Cylindrical-coordinate representation of color #D5AC75: hue angle of 34.38º 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 #D5AC75 is Cyan = 0, Magento = 0.19, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 172 117 -
CMYK 0 0.19 0.45 0.16
HSL 34.38º 0.53% 0.65% -
HSV(B) 34.38º 0.45% 0.84% -
XYZ 45.4 44.94 23.11 -
YUV 177.99 93.58 152.97 -
System Red Green Blue C M Y K H S L
Decimal 213 172 117 0 0.19 0.45 0.16 34.38 0.53 0.65
Hex D5 AC 75 0 13 2D 10 22 35 41
Octal 325 254 165 0 23 55 20 42 65 101
Binary 11010101 10101100 1110101 0 10011 101101 10000 100010 110101 1000001

Color Harmonies of #D5AC75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AC75

Black with #D5AC75

Text Example


Text Example

White with #D5AC75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AC75; }

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

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

background-color css

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

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

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

border-color css

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

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

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