Html Css Color HEX #D6AE77 Putty

📋 copy color: '#D6AE77'

red 214 ◦ green 174 ◦ blue 119

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

Shades of Putty #D6AE77

Tints of Putty #D6AE77

RGB

 RED value IS 214 (83.98% from 255) = 42.21%

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

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

R = 42.21%
G = 34.32%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D6AE77 (or 0xD6AE77) is known color: Putty. HEX triplet: D6, AE and 77. RGB value is (214,174,119). Sum of RGB (Red+Green+Blue) = 214+174+119=507 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.21% from 507); Green value is 174 (68.36% from 255 or 34.32% from 507); Blue value is 119 (46.88% from 255 or 23.47% from 507); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AE77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AE77 is #295188. Grayscale: #B3B3B3. Windows color (decimal): -2707849 or 7843542. OLE color: 7843542.

HSL color Cylindrical-coordinate representation of color #D6AE77: hue angle of 34.74º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D6AE77 is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 174 119 -
CMYK 0 0.19 0.44 0.16
HSL 34.74º 0.54% 0.65% -
HSV(B) 34.74º 0.44% 0.84% -
XYZ 46.2 45.9 23.88 -
YUV 179.69 93.75 152.47 -
System Red Green Blue C M Y K H S L
Decimal 214 174 119 0 0.19 0.44 0.16 34.74 0.54 0.65
Hex D6 AE 77 0 13 2C 10 23 36 41
Octal 326 256 167 0 23 54 20 43 66 101
Binary 11010110 10101110 1110111 0 10011 101100 10000 100011 110110 1000001

Color Harmonies of #D6AE77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AE77

Black with #D6AE77

Text Example


Text Example

White with #D6AE77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AE77; }

 p { color: rgb(214,174,119); }

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

background-color css

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

 a { background-color: rgb(214,174,119); }

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

border-color css

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

 span { border-color: rgb(214,174,119); }

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