Html Css Color HEX #D0AD72 Putty

📋 copy color: '#D0AD72'

red 208 ◦ green 173 ◦ blue 114

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

Shades of Putty #D0AD72

Tints of Putty #D0AD72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 23.03%

R = 42.02%
G = 34.95%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D0AD72 (or 0xD0AD72) is known color: Putty. HEX triplet: D0, AD and 72. RGB value is (208,173,114). Sum of RGB (Red+Green+Blue) = 208+173+114=495 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.02% from 495); Green value is 173 (67.97% from 255 or 34.95% from 495); Blue value is 114 (44.92% from 255 or 23.03% from 495); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AD72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0AD72 is #2F528D. Grayscale: #B1B1B1. Windows color (decimal): -3101326 or 7515600. OLE color: 7515600.

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

Color convert

RGB 208 173 114 -
CMYK 0 0.17 0.45 0.18
HSL 37.66º 0.5% 0.63% -
HSV(B) 37.66º 0.45% 0.82% -
XYZ 43.99 44.51 22.19 -
YUV 176.74 92.6 150.3 -
System Red Green Blue C M Y K H S L
Decimal 208 173 114 0 0.17 0.45 0.18 37.66 0.5 0.63
Hex D0 AD 72 0 11 2D 12 26 32 3F
Octal 320 255 162 0 21 55 22 46 62 77
Binary 11010000 10101101 1110010 0 10001 101101 10010 100110 110010 111111

Color Harmonies of #D0AD72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AD72

Black with #D0AD72

Text Example


Text Example

White with #D0AD72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AD72; }

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

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

background-color css

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

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

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

border-color css

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

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

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