Html Css Color HEX #D6AE72 Putty

📋 copy color: '#D6AE72'

red 214 ◦ green 174 ◦ blue 114

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

Shades of Putty #D6AE72

Tints of Putty #D6AE72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 22.71%

R = 42.63%
G = 34.66%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D6AE72 (or 0xD6AE72) is known color: Putty. HEX triplet: D6, AE and 72. RGB value is (214,174,114). Sum of RGB (Red+Green+Blue) = 214+174+114=502 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.63% from 502); Green value is 174 (68.36% from 255 or 34.66% from 502); Blue value is 114 (44.92% from 255 or 22.71% from 502); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AE72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AE72 is #29518D. Grayscale: #B3B3B3. Windows color (decimal): -2707854 or 7515862. OLE color: 7515862.

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

Color convert

RGB 214 174 114 -
CMYK 0 0.19 0.47 0.16
HSL 36º 0.55% 0.64% -
HSV(B) 36º 0.47% 0.84% -
XYZ 45.9 45.78 22.34 -
YUV 179.12 91.25 152.88 -
System Red Green Blue C M Y K H S L
Decimal 214 174 114 0 0.19 0.47 0.16 36 0.55 0.64
Hex D6 AE 72 0 13 2F 10 24 37 40
Octal 326 256 162 0 23 57 20 44 67 100
Binary 11010110 10101110 1110010 0 10011 101111 10000 100100 110111 1000000

Color Harmonies of #D6AE72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AE72

Black with #D6AE72

Text Example


Text Example

White with #D6AE72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AE72; }

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

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

background-color css

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

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

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

border-color css

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

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

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