Html Css Color HEX #D0AD7A Putty

📋 copy color: '#D0AD7A'

red 208 ◦ green 173 ◦ blue 122

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

Shades of Putty #D0AD7A

Tints of Putty #D0AD7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 24.25%

R = 41.35%
G = 34.39%
B = 24.25%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D0AD7A (or 0xD0AD7A) is known color: Putty. HEX triplet: D0, AD and 7A. RGB value is (208,173,122). Sum of RGB (Red+Green+Blue) = 208+173+122=503 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.35% from 503); Green value is 173 (67.97% from 255 or 34.39% from 503); Blue value is 122 (48.05% from 255 or 24.25% from 503); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AD7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0AD7A is #2F5285. Grayscale: #B1B1B1. Windows color (decimal): -3101318 or 8039888. OLE color: 8039888.

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

Color convert

RGB 208 173 122 -
CMYK 0 0.17 0.41 0.18
HSL 35.58º 0.48% 0.65% -
HSV(B) 35.58º 0.41% 0.82% -
XYZ 44.47 44.7 24.7 -
YUV 177.65 96.6 149.65 -
System Red Green Blue C M Y K H S L
Decimal 208 173 122 0 0.17 0.41 0.18 35.58 0.48 0.65
Hex D0 AD 7A 0 11 29 12 24 30 41
Octal 320 255 172 0 21 51 22 44 60 101
Binary 11010000 10101101 1111010 0 10001 101001 10010 100100 110000 1000001

Color Harmonies of #D0AD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AD7A

Black with #D0AD7A

Text Example


Text Example

White with #D0AD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AD7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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