Html Css Color HEX #D6A36D Putty

📋 copy color: '#D6A36D'

red 214 ◦ green 163 ◦ blue 109

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

Shades of Putty #D6A36D

Tints of Putty #D6A36D

RGB

 RED value IS 214 (83.98% from 255) = 44.03%

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

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

R = 44.03%
G = 33.54%
B = 22.43%

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

#D6A36D (or 0xD6A36D) is known color: Putty. HEX triplet: D6, A3 and 6D. RGB value is (214,163,109). Sum of RGB (Red+Green+Blue) = 214+163+109=486 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.03% from 486); Green value is 163 (64.06% from 255 or 33.54% from 486); Blue value is 109 (42.97% from 255 or 22.43% from 486); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A36D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A36D is #295C92. Grayscale: #ACACAC. Windows color (decimal): -2710675 or 7185366. OLE color: 7185366.

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

Color convert

RGB 214 163 109 -
CMYK 0 0.24 0.49 0.16
HSL 30.86º 0.56% 0.63% -
HSV(B) 30.86º 0.49% 0.84% -
XYZ 43.59 41.59 20.2 -
YUV 172.09 92.4 157.89 -
System Red Green Blue C M Y K H S L
Decimal 214 163 109 0 0.24 0.49 0.16 30.86 0.56 0.63
Hex D6 A3 6D 0 18 31 10 1F 38 3F
Octal 326 243 155 0 30 61 20 37 70 77
Binary 11010110 10100011 1101101 0 11000 110001 10000 11111 111000 111111

Color Harmonies of #D6A36D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A36D

Black with #D6A36D

Text Example


Text Example

White with #D6A36D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A36D; }

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

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

background-color css

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

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

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

border-color css

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

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

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