Html Css Color HEX #D8A56D Putty

📋 copy color: '#D8A56D'

red 216 ◦ green 165 ◦ blue 109

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

Shades of Putty #D8A56D

Tints of Putty #D8A56D

RGB

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

 GREEN value IS 165 (64.84% from 255) = 33.67%

 BLUE value IS 109 (42.97% from 255) = 22.24%

R = 44.08%
G = 33.67%
B = 22.24%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D8A56D (or 0xD8A56D) is known color: Putty. HEX triplet: D8, A5 and 6D. RGB value is (216,165,109). Sum of RGB (Red+Green+Blue) = 216+165+109=490 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.08% from 490); Green value is 165 (64.84% from 255 or 33.67% from 490); Blue value is 109 (42.97% from 255 or 22.24% from 490); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A56D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8A56D is #275A92. Grayscale: #AEAEAE. Windows color (decimal): -2579091 or 7185880. OLE color: 7185880.

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

Color convert

RGB 216 165 109 -
CMYK 0 0.24 0.50 0.15
HSL 31.4º 0.58% 0.64% -
HSV(B) 31.4º 0.5% 0.85% -
XYZ 44.53 42.61 20.35 -
YUV 173.87 91.4 158.05 -
System Red Green Blue C M Y K H S L
Decimal 216 165 109 0 0.24 0.50 0.15 31.4 0.58 0.64
Hex D8 A5 6D 0 18 32 F 1F 3A 40
Octal 330 245 155 0 30 62 17 37 72 100
Binary 11011000 10100101 1101101 0 11000 110010 1111 11111 111010 1000000

Color Harmonies of #D8A56D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A56D

Black with #D8A56D

Text Example


Text Example

White with #D8A56D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A56D; }

 p { color: rgb(216,165,109); }

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

background-color css

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

 a { background-color: rgb(216,165,109); }

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

border-color css

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

 span { border-color: rgb(216,165,109); }

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