Html Css Color HEX #D6A26D Putty

📋 copy color: '#D6A26D'

red 214 ◦ green 162 ◦ blue 109

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

Shades of Putty #D6A26D

Tints of Putty #D6A26D

RGB

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

 GREEN value IS 162 (63.67% from 255) = 33.4%

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

R = 44.12%
G = 33.4%
B = 22.47%

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

#D6A26D (or 0xD6A26D) is known color: Putty. HEX triplet: D6, A2 and 6D. RGB value is (214,162,109). Sum of RGB (Red+Green+Blue) = 214+162+109=485 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.12% from 485); Green value is 162 (63.67% from 255 or 33.40% from 485); Blue value is 109 (42.97% from 255 or 22.47% from 485); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A26D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A26D is #295D92. Grayscale: #ABABAB. Windows color (decimal): -2710931 or 7185110. OLE color: 7185110.

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

Color convert

RGB 214 162 109 -
CMYK 0 0.24 0.49 0.16
HSL 30.29º 0.56% 0.63% -
HSV(B) 30.29º 0.49% 0.84% -
XYZ 43.41 41.24 20.14 -
YUV 171.51 92.73 158.31 -
System Red Green Blue C M Y K H S L
Decimal 214 162 109 0 0.24 0.49 0.16 30.29 0.56 0.63
Hex D6 A2 6D 0 18 31 10 1E 38 3F
Octal 326 242 155 0 30 61 20 36 70 77
Binary 11010110 10100010 1101101 0 11000 110001 10000 11110 111000 111111

Color Harmonies of #D6A26D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A26D

Black with #D6A26D

Text Example


Text Example

White with #D6A26D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A26D; }

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

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

background-color css

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

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

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

border-color css

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

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

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