Html Css Color HEX #D0A976 Putty

📋 copy color: '#D0A976'

red 208 ◦ green 169 ◦ blue 118

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

Shades of Putty #D0A976

Tints of Putty #D0A976

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34.14%

 BLUE value IS 118 (46.48% from 255) = 23.84%

R = 42.02%
G = 34.14%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D0A976 (or 0xD0A976) is known color: Putty. HEX triplet: D0, A9 and 76. RGB value is (208,169,118). Sum of RGB (Red+Green+Blue) = 208+169+118=495 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.02% from 495); Green value is 169 (66.41% from 255 or 34.14% from 495); Blue value is 118 (46.48% from 255 or 23.84% from 495); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A976 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A976 is #2F5689. Grayscale: #AFAFAF. Windows color (decimal): -3102346 or 7776720. OLE color: 7776720.

HSL color Cylindrical-coordinate representation of color #D0A976: hue angle of 34º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D0A976 is Cyan = 0, Magento = 0.19, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 169 118 -
CMYK 0 0.19 0.43 0.18
HSL 34º 0.49% 0.64% -
HSV(B) 34º 0.43% 0.82% -
XYZ 43.47 43.09 23.17 -
YUV 174.85 95.92 151.65 -
System Red Green Blue C M Y K H S L
Decimal 208 169 118 0 0.19 0.43 0.18 34 0.49 0.64
Hex D0 A9 76 0 13 2B 12 22 31 40
Octal 320 251 166 0 23 53 22 42 61 100
Binary 11010000 10101001 1110110 0 10011 101011 10010 100010 110001 1000000

Color Harmonies of #D0A976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A976

Black with #D0A976

Text Example


Text Example

White with #D0A976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A976; }

 p { color: rgb(208,169,118); }

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

background-color css

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

 a { background-color: rgb(208,169,118); }

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

border-color css

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

 span { border-color: rgb(208,169,118); }

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