Html Css Color HEX #D1A36D Putty

📋 copy color: '#D1A36D'

red 209 ◦ green 163 ◦ blue 109

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

Shades of Putty #D1A36D

Tints of Putty #D1A36D

RGB

 RED value IS 209 (82.03% from 255) = 43.45%

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

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

R = 43.45%
G = 33.89%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D1A36D (or 0xD1A36D) is known color: Putty. HEX triplet: D1, A3 and 6D. RGB value is (209,163,109). Sum of RGB (Red+Green+Blue) = 209+163+109=481 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.45% from 481); Green value is 163 (64.06% from 255 or 33.89% from 481); Blue value is 109 (42.97% from 255 or 22.66% from 481); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A36D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A36D is #2E5C92. Grayscale: #AAAAAA. Windows color (decimal): -3038355 or 7185361. OLE color: 7185361.

HSL color Cylindrical-coordinate representation of color #D1A36D: hue angle of 32.4º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D1A36D is Cyan = 0, Magento = 0.22, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 163 109 -
CMYK 0 0.22 0.48 0.18
HSL 32.4º 0.52% 0.62% -
HSV(B) 32.4º 0.48% 0.82% -
XYZ 42.15 40.85 20.13 -
YUV 170.6 93.24 155.39 -
System Red Green Blue C M Y K H S L
Decimal 209 163 109 0 0.22 0.48 0.18 32.4 0.52 0.62
Hex D1 A3 6D 0 16 30 12 20 34 3E
Octal 321 243 155 0 26 60 22 40 64 76
Binary 11010001 10100011 1101101 0 10110 110000 10010 100000 110100 111110

Color Harmonies of #D1A36D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1A36D

Black with #D1A36D

Text Example


Text Example

White with #D1A36D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1A36D; }

 p { color: rgb(209,163,109); }

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

background-color css

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

 a { background-color: rgb(209,163,109); }

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

border-color css

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

 span { border-color: rgb(209,163,109); }

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