Html Css Color HEX #D8AF75 Putty

📋 copy color: '#D8AF75'

red 216 ◦ green 175 ◦ blue 117

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

Shades of Putty #D8AF75

Tints of Putty #D8AF75

RGB

 RED value IS 216 (84.77% from 255) = 42.52%

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

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

R = 42.52%
G = 34.45%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#D8AF75 (or 0xD8AF75) is known color: Putty. HEX triplet: D8, AF and 75. RGB value is (216,175,117). Sum of RGB (Red+Green+Blue) = 216+175+117=508 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.52% from 508); Green value is 175 (68.75% from 255 or 34.45% from 508); Blue value is 117 (46.09% from 255 or 23.03% from 508); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AF75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AF75 is #27508A. Grayscale: #B4B4B4. Windows color (decimal): -2576523 or 7712728. OLE color: 7712728.

HSL color Cylindrical-coordinate representation of color #D8AF75: hue angle of 35.15º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D8AF75 is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 175 117 -
CMYK 0 0.19 0.46 0.15
HSL 35.15º 0.56% 0.65% -
HSV(B) 35.15º 0.46% 0.85% -
XYZ 46.86 46.54 23.34 -
YUV 180.65 92.08 153.22 -
System Red Green Blue C M Y K H S L
Decimal 216 175 117 0 0.19 0.46 0.15 35.15 0.56 0.65
Hex D8 AF 75 0 13 2E F 23 38 41
Octal 330 257 165 0 23 56 17 43 70 101
Binary 11011000 10101111 1110101 0 10011 101110 1111 100011 111000 1000001

Color Harmonies of #D8AF75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AF75

Black with #D8AF75

Text Example


Text Example

White with #D8AF75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AF75; }

 p { color: rgb(216,175,117); }

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

background-color css

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

 a { background-color: rgb(216,175,117); }

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

border-color css

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

 span { border-color: rgb(216,175,117); }

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