Html Css Color HEX #D8A46F Putty

📋 copy color: '#D8A46F'

red 216 ◦ green 164 ◦ blue 111

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

Shades of Putty #D8A46F

Tints of Putty #D8A46F

RGB

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

 GREEN value IS 164 (64.45% from 255) = 33.4%

 BLUE value IS 111 (43.75% from 255) = 22.61%

R = 43.99%
G = 33.4%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#D8A46F (or 0xD8A46F) is known color: Putty. HEX triplet: D8, A4 and 6F. RGB value is (216,164,111). Sum of RGB (Red+Green+Blue) = 216+164+111=491 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.99% from 491); Green value is 164 (64.45% from 255 or 33.40% from 491); Blue value is 111 (43.75% from 255 or 22.61% from 491); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A46F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A46F is #275B90. Grayscale: #ADADAD. Windows color (decimal): -2579345 or 7316696. OLE color: 7316696.

HSL color Cylindrical-coordinate representation of color #D8A46F: hue angle of 30.29º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D8A46F is Cyan = 0, Magento = 0.24, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 164 111 -
CMYK 0 0.24 0.49 0.15
HSL 30.29º 0.57% 0.64% -
HSV(B) 30.29º 0.49% 0.85% -
XYZ 44.46 42.3 20.86 -
YUV 173.51 92.73 158.31 -
System Red Green Blue C M Y K H S L
Decimal 216 164 111 0 0.24 0.49 0.15 30.29 0.57 0.64
Hex D8 A4 6F 0 18 31 F 1E 39 40
Octal 330 244 157 0 30 61 17 36 71 100
Binary 11011000 10100100 1101111 0 11000 110001 1111 11110 111001 1000000

Color Harmonies of #D8A46F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A46F

Black with #D8A46F

Text Example


Text Example

White with #D8A46F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A46F; }

 p { color: rgb(216,164,111); }

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

background-color css

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

 a { background-color: rgb(216,164,111); }

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

border-color css

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

 span { border-color: rgb(216,164,111); }

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