Html Css Color HEX #D3AD6C Putty

📋 copy color: '#D3AD6C'

red 211 ◦ green 173 ◦ blue 108

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

Shades of Putty #D3AD6C

Tints of Putty #D3AD6C

RGB

 RED value IS 211 (82.81% from 255) = 42.89%

 GREEN value IS 173 (67.97% from 255) = 35.16%

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

R = 42.89%
G = 35.16%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.49

 K value IS 0.17

RGB Variations

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

Color information

#D3AD6C (or 0xD3AD6C) is known color: Putty. HEX triplet: D3, AD and 6C. RGB value is (211,173,108). Sum of RGB (Red+Green+Blue) = 211+173+108=492 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.89% from 492); Green value is 173 (67.97% from 255 or 35.16% from 492); Blue value is 108 (42.58% from 255 or 21.95% from 492); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AD6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3AD6C is #2C5293. Grayscale: #B1B1B1. Windows color (decimal): -2904724 or 7122387. OLE color: 7122387.

HSL color Cylindrical-coordinate representation of color #D3AD6C: hue angle of 37.86º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D3AD6C is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 173 108 -
CMYK 0 0.18 0.49 0.17
HSL 37.86º 0.54% 0.63% -
HSV(B) 37.86º 0.49% 0.83% -
XYZ 44.51 44.82 20.49 -
YUV 176.95 89.09 152.29 -
System Red Green Blue C M Y K H S L
Decimal 211 173 108 0 0.18 0.49 0.17 37.86 0.54 0.63
Hex D3 AD 6C 0 12 31 11 26 36 3F
Octal 323 255 154 0 22 61 21 46 66 77
Binary 11010011 10101101 1101100 0 10010 110001 10001 100110 110110 111111

Color Harmonies of #D3AD6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3AD6C

Black with #D3AD6C

Text Example


Text Example

White with #D3AD6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3AD6C; }

 p { color: rgb(211,173,108); }

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

background-color css

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

 a { background-color: rgb(211,173,108); }

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

border-color css

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

 span { border-color: rgb(211,173,108); }

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