Html Css Color HEX #D0AE74 Putty

📋 copy color: '#D0AE74'

red 208 ◦ green 174 ◦ blue 116

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

Shades of Putty #D0AE74

Tints of Putty #D0AE74

RGB

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

 GREEN value IS 174 (68.36% from 255) = 34.94%

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

R = 41.77%
G = 34.94%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D0AE74 (or 0xD0AE74) is known color: Putty. HEX triplet: D0, AE and 74. RGB value is (208,174,116). Sum of RGB (Red+Green+Blue) = 208+174+116=498 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.77% from 498); Green value is 174 (68.36% from 255 or 34.94% from 498); Blue value is 116 (45.70% from 255 or 23.29% from 498); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AE74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0AE74 is #2F518B. Grayscale: #B1B1B1. Windows color (decimal): -3101068 or 7646928. OLE color: 7646928.

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

Color convert

RGB 208 174 116 -
CMYK 0 0.16 0.44 0.18
HSL 37.83º 0.49% 0.64% -
HSV(B) 37.83º 0.44% 0.82% -
XYZ 44.3 44.94 22.86 -
YUV 177.55 93.26 149.72 -
System Red Green Blue C M Y K H S L
Decimal 208 174 116 0 0.16 0.44 0.18 37.83 0.49 0.64
Hex D0 AE 74 0 10 2C 12 26 31 40
Octal 320 256 164 0 20 54 22 46 61 100
Binary 11010000 10101110 1110100 0 10000 101100 10010 100110 110001 1000000

Color Harmonies of #D0AE74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AE74

Black with #D0AE74

Text Example


Text Example

White with #D0AE74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AE74; }

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

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

background-color css

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

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

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

border-color css

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

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

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