Html Css Color HEX #D5A26C Putty

📋 copy color: '#D5A26C'

red 213 ◦ green 162 ◦ blue 108

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

Shades of Putty #D5A26C

Tints of Putty #D5A26C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 22.36%

R = 44.1%
G = 33.54%
B = 22.36%

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

#D5A26C (or 0xD5A26C) is known color: Putty. HEX triplet: D5, A2 and 6C. RGB value is (213,162,108). Sum of RGB (Red+Green+Blue) = 213+162+108=483 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.10% from 483); Green value is 162 (63.67% from 255 or 33.54% from 483); Blue value is 108 (42.58% from 255 or 22.36% from 483); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A26C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A26C is #2A5D93. Grayscale: #ABABAB. Windows color (decimal): -2776468 or 7119573. OLE color: 7119573.

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

Color convert

RGB 213 162 108 -
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.07 41.07 19.84 -
YUV 171.09 92.4 157.89 -
System Red Green Blue C M Y K H S L
Decimal 213 162 108 0 0.24 0.49 0.16 30.86 0.56 0.63
Hex D5 A2 6C 0 18 31 10 1F 38 3F
Octal 325 242 154 0 30 61 20 37 70 77
Binary 11010101 10100010 1101100 0 11000 110001 10000 11111 111000 111111

Color Harmonies of #D5A26C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A26C

Black with #D5A26C

Text Example


Text Example

White with #D5A26C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A26C; }

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

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

background-color css

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

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

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

border-color css

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

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

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