Html Css Color HEX #D6AD76 Putty

📋 copy color: '#D6AD76'

red 214 ◦ green 173 ◦ blue 118

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

Shades of Putty #D6AD76

Tints of Putty #D6AD76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 23.37%

R = 42.38%
G = 34.26%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D6AD76 (or 0xD6AD76) is known color: Putty. HEX triplet: D6, AD and 76. RGB value is (214,173,118). Sum of RGB (Red+Green+Blue) = 214+173+118=505 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.38% from 505); Green value is 173 (67.97% from 255 or 34.26% from 505); Blue value is 118 (46.48% from 255 or 23.37% from 505); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AD76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AD76 is #295289. Grayscale: #B3B3B3. Windows color (decimal): -2708106 or 7777750. OLE color: 7777750.

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

Color convert

RGB 214 173 118 -
CMYK 0 0.19 0.45 0.16
HSL 34.38º 0.54% 0.65% -
HSV(B) 34.38º 0.45% 0.84% -
XYZ 45.95 45.49 23.5 -
YUV 178.99 93.58 152.97 -
System Red Green Blue C M Y K H S L
Decimal 214 173 118 0 0.19 0.45 0.16 34.38 0.54 0.65
Hex D6 AD 76 0 13 2D 10 22 36 41
Octal 326 255 166 0 23 55 20 42 66 101
Binary 11010110 10101101 1110110 0 10011 101101 10000 100010 110110 1000001

Color Harmonies of #D6AD76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AD76

Black with #D6AD76

Text Example


Text Example

White with #D6AD76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AD76; }

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

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

background-color css

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

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

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

border-color css

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

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

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