Html Css Color HEX #D7A36E Putty

📋 copy color: '#D7A36E'

red 215 ◦ green 163 ◦ blue 110

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

Shades of Putty #D7A36E

Tints of Putty #D7A36E

RGB

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

 GREEN value IS 163 (64.06% from 255) = 33.4%

 BLUE value IS 110 (43.36% from 255) = 22.54%

R = 44.06%
G = 33.4%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D7A36E (or 0xD7A36E) is known color: Putty. HEX triplet: D7, A3 and 6E. RGB value is (215,163,110). Sum of RGB (Red+Green+Blue) = 215+163+110=488 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.06% from 488); Green value is 163 (64.06% from 255 or 33.40% from 488); Blue value is 110 (43.36% from 255 or 22.54% from 488); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A36E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7A36E is #285C91. Grayscale: #ACACAC. Windows color (decimal): -2645138 or 7250903. OLE color: 7250903.

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

Color convert

RGB 215 163 110 -
CMYK 0 0.24 0.49 0.16
HSL 30.29º 0.57% 0.64% -
HSV(B) 30.29º 0.49% 0.84% -
XYZ 43.94 41.77 20.5 -
YUV 172.51 92.73 158.31 -
System Red Green Blue C M Y K H S L
Decimal 215 163 110 0 0.24 0.49 0.16 30.29 0.57 0.64
Hex D7 A3 6E 0 18 31 10 1E 39 40
Octal 327 243 156 0 30 61 20 36 71 100
Binary 11010111 10100011 1101110 0 11000 110001 10000 11110 111001 1000000

Color Harmonies of #D7A36E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A36E

Black with #D7A36E

Text Example


Text Example

White with #D7A36E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A36E; }

 p { color: rgb(215,163,110); }

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

background-color css

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

 a { background-color: rgb(215,163,110); }

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

border-color css

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

 span { border-color: rgb(215,163,110); }

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