Html Css Color HEX #D0AC74 Putty

📋 copy color: '#D0AC74'

red 208 ◦ green 172 ◦ blue 116

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

Shades of Putty #D0AC74

Tints of Putty #D0AC74

RGB

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

 GREEN value IS 172 (67.58% from 255) = 34.68%

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

R = 41.94%
G = 34.68%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D0AC74 (or 0xD0AC74) is known color: Putty. HEX triplet: D0, AC and 74. RGB value is (208,172,116). Sum of RGB (Red+Green+Blue) = 208+172+116=496 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.94% from 496); Green value is 172 (67.58% from 255 or 34.68% from 496); Blue value is 116 (45.70% from 255 or 23.39% from 496); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AC74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0AC74 is #2F538B. Grayscale: #B0B0B0. Windows color (decimal): -3101580 or 7646416. OLE color: 7646416.

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

Color convert

RGB 208 172 116 -
CMYK 0 0.17 0.44 0.18
HSL 36.52º 0.49% 0.64% -
HSV(B) 36.52º 0.44% 0.82% -
XYZ 43.92 44.18 22.74 -
YUV 176.38 93.93 150.55 -
System Red Green Blue C M Y K H S L
Decimal 208 172 116 0 0.17 0.44 0.18 36.52 0.49 0.64
Hex D0 AC 74 0 11 2C 12 25 31 40
Octal 320 254 164 0 21 54 22 45 61 100
Binary 11010000 10101100 1110100 0 10001 101100 10010 100101 110001 1000000

Color Harmonies of #D0AC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AC74

Black with #D0AC74

Text Example


Text Example

White with #D0AC74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AC74; }

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

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

background-color css

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

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

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

border-color css

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

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

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