Html Css Color HEX #D0AD79 Putty

📋 copy color: '#D0AD79'

red 208 ◦ green 173 ◦ blue 121

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

Shades of Putty #D0AD79

Tints of Putty #D0AD79

RGB

 RED value IS 208 (81.64% from 255) = 41.43%

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

 BLUE value IS 121 (47.66% from 255) = 24.1%

R = 41.43%
G = 34.46%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D0AD79 (or 0xD0AD79) is known color: Putty. HEX triplet: D0, AD and 79. RGB value is (208,173,121). Sum of RGB (Red+Green+Blue) = 208+173+121=502 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.43% from 502); Green value is 173 (67.97% from 255 or 34.46% from 502); Blue value is 121 (47.66% from 255 or 24.10% from 502); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AD79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0AD79 is #2F5286. Grayscale: #B1B1B1. Windows color (decimal): -3101319 or 7974352. OLE color: 7974352.

HSL color Cylindrical-coordinate representation of color #D0AD79: hue angle of 35.86º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D0AD79 is Cyan = 0, Magento = 0.17, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 173 121 -
CMYK 0 0.17 0.42 0.18
HSL 35.86º 0.48% 0.65% -
HSV(B) 35.86º 0.42% 0.82% -
XYZ 44.41 44.68 24.37 -
YUV 177.54 96.1 149.73 -
System Red Green Blue C M Y K H S L
Decimal 208 173 121 0 0.17 0.42 0.18 35.86 0.48 0.65
Hex D0 AD 79 0 11 2A 12 24 30 41
Octal 320 255 171 0 21 52 22 44 60 101
Binary 11010000 10101101 1111001 0 10001 101010 10010 100100 110000 1000001

Color Harmonies of #D0AD79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AD79

Black with #D0AD79

Text Example


Text Example

White with #D0AD79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AD79; }

 p { color: rgb(208,173,121); }

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

background-color css

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

 a { background-color: rgb(208,173,121); }

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

border-color css

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

 span { border-color: rgb(208,173,121); }

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