Html Css Color HEX #D6AB6E Putty

📋 copy color: '#D6AB6E'

red 214 ◦ green 171 ◦ blue 110

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

Shades of Putty #D6AB6E

Tints of Putty #D6AB6E

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.55%

 BLUE value IS 110 (43.36% from 255) = 22.22%

R = 43.23%
G = 34.55%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D6AB6E (or 0xD6AB6E) is known color: Putty. HEX triplet: D6, AB and 6E. RGB value is (214,171,110). Sum of RGB (Red+Green+Blue) = 214+171+110=495 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.23% from 495); Green value is 171 (67.19% from 255 or 34.55% from 495); Blue value is 110 (43.36% from 255 or 22.22% from 495); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AB6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AB6E is #295491. Grayscale: #B1B1B1. Windows color (decimal): -2708626 or 7252950. OLE color: 7252950.

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

Color convert

RGB 214 171 110 -
CMYK 0 0.20 0.49 0.16
HSL 35.19º 0.56% 0.64% -
HSV(B) 35.19º 0.49% 0.84% -
XYZ 45.11 44.55 20.97 -
YUV 176.9 90.25 154.46 -
System Red Green Blue C M Y K H S L
Decimal 214 171 110 0 0.20 0.49 0.16 35.19 0.56 0.64
Hex D6 AB 6E 0 14 31 10 23 38 40
Octal 326 253 156 0 24 61 20 43 70 100
Binary 11010110 10101011 1101110 0 10100 110001 10000 100011 111000 1000000

Color Harmonies of #D6AB6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AB6E

Black with #D6AB6E

Text Example


Text Example

White with #D6AB6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AB6E; }

 p { color: rgb(214,171,110); }

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

background-color css

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

 a { background-color: rgb(214,171,110); }

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

border-color css

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

 span { border-color: rgb(214,171,110); }

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