Html Css Color HEX #D6AD74 Putty

📋 copy color: '#D6AD74'

red 214 ◦ green 173 ◦ blue 116

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

Shades of Putty #D6AD74

Tints of Putty #D6AD74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.06%

R = 42.54%
G = 34.39%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D6AD74 (or 0xD6AD74) is known color: Putty. HEX triplet: D6, AD and 74. RGB value is (214,173,116). Sum of RGB (Red+Green+Blue) = 214+173+116=503 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.54% from 503); Green value is 173 (67.97% from 255 or 34.39% from 503); Blue value is 116 (45.70% from 255 or 23.06% from 503); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AD74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AD74 is #29528B. Grayscale: #B3B3B3. Windows color (decimal): -2708108 or 7646678. OLE color: 7646678.

HSL color Cylindrical-coordinate representation of color #D6AD74: hue angle of 34.9º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D6AD74 is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 173 116 -
CMYK 0 0.19 0.46 0.16
HSL 34.9º 0.54% 0.65% -
HSV(B) 34.9º 0.46% 0.84% -
XYZ 45.83 45.44 22.88 -
YUV 178.76 92.58 153.13 -
System Red Green Blue C M Y K H S L
Decimal 214 173 116 0 0.19 0.46 0.16 34.9 0.54 0.65
Hex D6 AD 74 0 13 2E 10 23 36 41
Octal 326 255 164 0 23 56 20 43 66 101
Binary 11010110 10101101 1110100 0 10011 101110 10000 100011 110110 1000001

Color Harmonies of #D6AD74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AD74

Black with #D6AD74

Text Example


Text Example

White with #D6AD74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AD74; }

 p { color: rgb(214,173,116); }

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

background-color css

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

 a { background-color: rgb(214,173,116); }

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

border-color css

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

 span { border-color: rgb(214,173,116); }

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