Html Css Color HEX #D6AD75 Putty

📋 copy color: '#D6AD75'

red 214 ◦ green 173 ◦ blue 117

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

Shades of Putty #D6AD75

Tints of Putty #D6AD75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 23.21%

R = 42.46%
G = 34.33%
B = 23.21%

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

#D6AD75 (or 0xD6AD75) is known color: Putty. HEX triplet: D6, AD and 75. RGB value is (214,173,117). Sum of RGB (Red+Green+Blue) = 214+173+117=504 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.46% from 504); Green value is 173 (67.97% from 255 or 34.33% from 504); Blue value is 117 (46.09% from 255 or 23.21% from 504); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AD75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AD75 is #29528A. Grayscale: #B3B3B3. Windows color (decimal): -2708107 or 7712214. OLE color: 7712214.

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

Color convert

RGB 214 173 117 -
CMYK 0 0.19 0.45 0.16
HSL 34.64º 0.54% 0.65% -
HSV(B) 34.64º 0.45% 0.84% -
XYZ 45.89 45.47 23.19 -
YUV 178.88 93.08 153.05 -
System Red Green Blue C M Y K H S L
Decimal 214 173 117 0 0.19 0.45 0.16 34.64 0.54 0.65
Hex D6 AD 75 0 13 2D 10 23 36 41
Octal 326 255 165 0 23 55 20 43 66 101
Binary 11010110 10101101 1110101 0 10011 101101 10000 100011 110110 1000001

Color Harmonies of #D6AD75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AD75

Black with #D6AD75

Text Example


Text Example

White with #D6AD75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AD75; }

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

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

background-color css

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

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

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

border-color css

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

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

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