Html Css Color HEX #D5A36C Putty

📋 copy color: '#D5A36C'

red 213 ◦ green 163 ◦ blue 108

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

Shades of Putty #D5A36C

Tints of Putty #D5A36C

RGB

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

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

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

R = 44.01%
G = 33.68%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.49

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D5A36C (or 0xD5A36C) is known color: Putty. HEX triplet: D5, A3 and 6C. RGB value is (213,163,108). Sum of RGB (Red+Green+Blue) = 213+163+108=484 (64% of max value = 765). Red value is 213 (83.59% from 255 or 44.01% from 484); Green value is 163 (64.06% from 255 or 33.68% from 484); Blue value is 108 (42.58% from 255 or 22.31% from 484); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A36C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A36C is #2A5C93. Grayscale: #ABABAB. Windows color (decimal): -2776212 or 7119829. OLE color: 7119829.

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

Color convert

RGB 213 163 108 -
CMYK 0 0.23 0.49 0.16
HSL 31.43º 0.56% 0.63% -
HSV(B) 31.43º 0.49% 0.84% -
XYZ 43.24 41.42 19.9 -
YUV 171.68 92.07 157.47 -
System Red Green Blue C M Y K H S L
Decimal 213 163 108 0 0.23 0.49 0.16 31.43 0.56 0.63
Hex D5 A3 6C 0 17 31 10 1F 38 3F
Octal 325 243 154 0 27 61 20 37 70 77
Binary 11010101 10100011 1101100 0 10111 110001 10000 11111 111000 111111

Color Harmonies of #D5A36C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A36C

Black with #D5A36C

Text Example


Text Example

White with #D5A36C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A36C; }

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

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

background-color css

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

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

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

border-color css

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

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

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