Html Css Color HEX #D0A777 Putty

📋 copy color: '#D0A777'

red 208 ◦ green 167 ◦ blue 119

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

Shades of Putty #D0A777

Tints of Putty #D0A777

RGB

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

 GREEN value IS 167 (65.63% from 255) = 33.81%

 BLUE value IS 119 (46.88% from 255) = 24.09%

R = 42.11%
G = 33.81%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D0A777 (or 0xD0A777) is known color: Putty. HEX triplet: D0, A7 and 77. RGB value is (208,167,119). Sum of RGB (Red+Green+Blue) = 208+167+119=494 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.11% from 494); Green value is 167 (65.62% from 255 or 33.81% from 494); Blue value is 119 (46.88% from 255 or 24.09% from 494); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A777 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A777 is #2F5888. Grayscale: #AEAEAE. Windows color (decimal): -3102857 or 7841744. OLE color: 7841744.

HSL color Cylindrical-coordinate representation of color #D0A777: hue angle of 32.36º 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 #D0A777 is Cyan = 0, Magento = 0.20, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 167 119 -
CMYK 0 0.20 0.43 0.18
HSL 32.36º 0.49% 0.64% -
HSV(B) 32.36º 0.43% 0.82% -
XYZ 43.16 42.38 23.36 -
YUV 173.79 97.08 152.4 -
System Red Green Blue C M Y K H S L
Decimal 208 167 119 0 0.20 0.43 0.18 32.36 0.49 0.64
Hex D0 A7 77 0 14 2B 12 20 31 40
Octal 320 247 167 0 24 53 22 40 61 100
Binary 11010000 10100111 1110111 0 10100 101011 10010 100000 110001 1000000

Color Harmonies of #D0A777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A777

Black with #D0A777

Text Example


Text Example

White with #D0A777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A777; }

 p { color: rgb(208,167,119); }

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

background-color css

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

 a { background-color: rgb(208,167,119); }

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

border-color css

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

 span { border-color: rgb(208,167,119); }

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