Html Css Color HEX #D5A26D Putty

📋 copy color: '#D5A26D'

red 213 ◦ green 162 ◦ blue 109

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

Shades of Putty #D5A26D

Tints of Putty #D5A26D

RGB

 RED value IS 213 (83.59% from 255) = 44.01%

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

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

R = 44.01%
G = 33.47%
B = 22.52%

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

#D5A26D (or 0xD5A26D) is known color: Putty. HEX triplet: D5, A2 and 6D. RGB value is (213,162,109). Sum of RGB (Red+Green+Blue) = 213+162+109=484 (64% of max value = 765). Red value is 213 (83.59% from 255 or 44.01% from 484); Green value is 162 (63.67% from 255 or 33.47% from 484); Blue value is 109 (42.97% from 255 or 22.52% from 484); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A26D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A26D is #2A5D92. Grayscale: #ABABAB. Windows color (decimal): -2776467 or 7185109. OLE color: 7185109.

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

Color convert

RGB 213 162 109 -
CMYK 0 0.24 0.49 0.16
HSL 30.58º 0.55% 0.63% -
HSV(B) 30.58º 0.49% 0.84% -
XYZ 43.12 41.09 20.13 -
YUV 171.21 92.9 157.81 -
System Red Green Blue C M Y K H S L
Decimal 213 162 109 0 0.24 0.49 0.16 30.58 0.55 0.63
Hex D5 A2 6D 0 18 31 10 1F 37 3F
Octal 325 242 155 0 30 61 20 37 67 77
Binary 11010101 10100010 1101101 0 11000 110001 10000 11111 110111 111111

Color Harmonies of #D5A26D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A26D

Black with #D5A26D

Text Example


Text Example

White with #D5A26D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A26D; }

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

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

background-color css

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

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

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

border-color css

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

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

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