Html Css Color HEX #D6A36E Putty

📋 copy color: '#D6A36E'

red 214 ◦ green 163 ◦ blue 110

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

Shades of Putty #D6A36E

Tints of Putty #D6A36E

RGB

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

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

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

R = 43.94%
G = 33.47%
B = 22.59%

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

#D6A36E (or 0xD6A36E) is known color: Putty. HEX triplet: D6, A3 and 6E. RGB value is (214,163,110). Sum of RGB (Red+Green+Blue) = 214+163+110=487 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.94% from 487); Green value is 163 (64.06% from 255 or 33.47% from 487); Blue value is 110 (43.36% from 255 or 22.59% from 487); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A36E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A36E is #295C91. Grayscale: #ACACAC. Windows color (decimal): -2710674 or 7250902. OLE color: 7250902.

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

Color convert

RGB 214 163 110 -
CMYK 0 0.24 0.49 0.16
HSL 30.58º 0.56% 0.64% -
HSV(B) 30.58º 0.49% 0.84% -
XYZ 43.64 41.62 20.48 -
YUV 172.21 92.9 157.81 -
System Red Green Blue C M Y K H S L
Decimal 214 163 110 0 0.24 0.49 0.16 30.58 0.56 0.64
Hex D6 A3 6E 0 18 31 10 1F 38 40
Octal 326 243 156 0 30 61 20 37 70 100
Binary 11010110 10100011 1101110 0 11000 110001 10000 11111 111000 1000000

Color Harmonies of #D6A36E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A36E

Black with #D6A36E

Text Example


Text Example

White with #D6A36E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A36E; }

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

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

background-color css

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

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

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

border-color css

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

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

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