Html Css Color HEX #D0A371 Putty

📋 copy color: '#D0A371'

red 208 ◦ green 163 ◦ blue 113

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

Shades of Putty #D0A371

Tints of Putty #D0A371

RGB

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

 GREEN value IS 163 (64.06% from 255) = 33.68%

 BLUE value IS 113 (44.53% from 255) = 23.35%

R = 42.98%
G = 33.68%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D0A371 (or 0xD0A371) is known color: Putty. HEX triplet: D0, A3 and 71. RGB value is (208,163,113). Sum of RGB (Red+Green+Blue) = 208+163+113=484 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.98% from 484); Green value is 163 (64.06% from 255 or 33.68% from 484); Blue value is 113 (44.53% from 255 or 23.35% from 484); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A371 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A371 is #2F5C8E. Grayscale: #ABABAB. Windows color (decimal): -3103887 or 7447504. OLE color: 7447504.

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

Color convert

RGB 208 163 113 -
CMYK 0 0.22 0.46 0.18
HSL 31.58º 0.5% 0.63% -
HSV(B) 31.58º 0.46% 0.82% -
XYZ 42.09 40.8 21.28 -
YUV 170.76 95.41 154.57 -
System Red Green Blue C M Y K H S L
Decimal 208 163 113 0 0.22 0.46 0.18 31.58 0.5 0.63
Hex D0 A3 71 0 16 2E 12 20 32 3F
Octal 320 243 161 0 26 56 22 40 62 77
Binary 11010000 10100011 1110001 0 10110 101110 10010 100000 110010 111111

Color Harmonies of #D0A371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A371

Black with #D0A371

Text Example


Text Example

White with #D0A371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A371; }

 p { color: rgb(208,163,113); }

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

background-color css

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

 a { background-color: rgb(208,163,113); }

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

border-color css

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

 span { border-color: rgb(208,163,113); }

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