Html Css Color HEX #D0A774 Putty

📋 copy color: '#D0A774'

red 208 ◦ green 167 ◦ blue 116

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

Shades of Putty #D0A774

Tints of Putty #D0A774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.63%

R = 42.36%
G = 34.01%
B = 23.63%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D0A774 (or 0xD0A774) is known color: Putty. HEX triplet: D0, A7 and 74. RGB value is (208,167,116). Sum of RGB (Red+Green+Blue) = 208+167+116=491 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.36% from 491); Green value is 167 (65.62% from 255 or 34.01% from 491); Blue value is 116 (45.70% from 255 or 23.63% from 491); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A774 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A774 is #2F588B. Grayscale: #ADADAD. Windows color (decimal): -3102860 or 7645136. OLE color: 7645136.

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

Color convert

RGB 208 167 116 -
CMYK 0 0.20 0.44 0.18
HSL 33.26º 0.49% 0.64% -
HSV(B) 33.26º 0.44% 0.82% -
XYZ 42.98 42.31 22.42 -
YUV 173.45 95.58 152.65 -
System Red Green Blue C M Y K H S L
Decimal 208 167 116 0 0.20 0.44 0.18 33.26 0.49 0.64
Hex D0 A7 74 0 14 2C 12 21 31 40
Octal 320 247 164 0 24 54 22 41 61 100
Binary 11010000 10100111 1110100 0 10100 101100 10010 100001 110001 1000000

Color Harmonies of #D0A774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A774

Black with #D0A774

Text Example


Text Example

White with #D0A774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A774; }

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

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

background-color css

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

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

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

border-color css

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

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

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