Html Css Color HEX #D7A56D Putty

📋 copy color: '#D7A56D'

red 215 ◦ green 165 ◦ blue 109

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

Shades of Putty #D7A56D

Tints of Putty #D7A56D

RGB

 RED value IS 215 (84.38% from 255) = 43.97%

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

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

R = 43.97%
G = 33.74%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D7A56D (or 0xD7A56D) is known color: Putty. HEX triplet: D7, A5 and 6D. RGB value is (215,165,109). Sum of RGB (Red+Green+Blue) = 215+165+109=489 (64% of max value = 765). Red value is 215 (84.38% from 255 or 43.97% from 489); Green value is 165 (64.84% from 255 or 33.74% from 489); Blue value is 109 (42.97% from 255 or 22.29% from 489); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A56D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7A56D is #285A92. Grayscale: #ADADAD. Windows color (decimal): -2644627 or 7185879. OLE color: 7185879.

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

Color convert

RGB 215 165 109 -
CMYK 0 0.23 0.49 0.16
HSL 31.7º 0.57% 0.64% -
HSV(B) 31.7º 0.49% 0.84% -
XYZ 44.24 42.46 20.33 -
YUV 173.57 91.57 157.55 -
System Red Green Blue C M Y K H S L
Decimal 215 165 109 0 0.23 0.49 0.16 31.7 0.57 0.64
Hex D7 A5 6D 0 17 31 10 20 39 40
Octal 327 245 155 0 27 61 20 40 71 100
Binary 11010111 10100101 1101101 0 10111 110001 10000 100000 111001 1000000

Color Harmonies of #D7A56D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A56D

Black with #D7A56D

Text Example


Text Example

White with #D7A56D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A56D; }

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

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

background-color css

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

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

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

border-color css

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

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

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