Html Css Color HEX #D6A46F Putty

📋 copy color: '#D6A46F'

red 214 ◦ green 164 ◦ blue 111

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

Shades of Putty #D6A46F

Tints of Putty #D6A46F

RGB

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

 GREEN value IS 164 (64.45% from 255) = 33.54%

 BLUE value IS 111 (43.75% from 255) = 22.7%

R = 43.76%
G = 33.54%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D6A46F (or 0xD6A46F) is known color: Putty. HEX triplet: D6, A4 and 6F. RGB value is (214,164,111). Sum of RGB (Red+Green+Blue) = 214+164+111=489 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.76% from 489); Green value is 164 (64.45% from 255 or 33.54% from 489); Blue value is 111 (43.75% from 255 or 22.70% from 489); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A46F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A46F is #295B90. Grayscale: #ADADAD. Windows color (decimal): -2710417 or 7316694. OLE color: 7316694.

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

Color convert

RGB 214 164 111 -
CMYK 0 0.23 0.48 0.16
HSL 30.87º 0.56% 0.64% -
HSV(B) 30.87º 0.48% 0.84% -
XYZ 43.88 41.99 20.83 -
YUV 172.91 93.07 157.31 -
System Red Green Blue C M Y K H S L
Decimal 214 164 111 0 0.23 0.48 0.16 30.87 0.56 0.64
Hex D6 A4 6F 0 17 30 10 1F 38 40
Octal 326 244 157 0 27 60 20 37 70 100
Binary 11010110 10100100 1101111 0 10111 110000 10000 11111 111000 1000000

Color Harmonies of #D6A46F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A46F

Black with #D6A46F

Text Example


Text Example

White with #D6A46F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A46F; }

 p { color: rgb(214,164,111); }

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

background-color css

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

 a { background-color: rgb(214,164,111); }

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

border-color css

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

 span { border-color: rgb(214,164,111); }

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